Mail Archives: djgpp/1999/02/23/17:36:52
Leif wrote:
>
> Hi, im running DJGPP and RHide on a 586 processor.
> I would like to compile my code to run on a 386.
> Is there a way to tell the compiler not to use the any 586 optimizations
> so I can get it to run on a 386?
Unless you specifically tell the compiler to do 586 etc optimizations,
it won't, AFAIK. If you're paranoid, you can use `-march=i386'.
See also FAQ chapter 11 if the 386 in question has no FPU.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -