[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Setting RPM_OPT_FLAGS



You're not telling us the context of this question.  Are you trying to
compile RPM?

If you are, and RPM_OPT_FLAGS is a shell variable, you can try
   $ export  RPM_OPT_FLAGS="-O2 -mcpu=i386 -march=i686" 
and then run whatever command that uses that variable (./configure ?).

You can also place the variable before the command.  Again using the ./configure command as an
example, 
   $ RPM_OPT_FLAGS="-O2 -mcpu=i386 -march=i686" ./configure

Again I'm not all that familiar with rpm, other than to install, erase,
update and query packages, so I don't know if this helps you or not.
   === Al




--- mike <mike redtux demon co uk> wrote:
> can anyone tell me how to set RPM_OPT_FLAGS for my system
> 
> I can find nothing that says -O2 -mcpu=i386 -march=i686 which is what my
> system is running
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]