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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


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



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to