On Tue, Feb 25, 2003, Marcel Salzmann wrote:

> where do I set specific CFLAGS that I want to use to compile ALL my packages
> In my case these should be for example "-O3 -march=i686 -funroll-loops".

You should be able to achieve this by overriding the l_cc and l_cflags
variables in your ~/.rpmmacros:

%l_cc     gcc
%l_cflags -pipe -O3 -march=i686 -funroll-loops

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to