Re: Compiler options SS11



jpjlrc@xxxxxxxxx writes:

So are there any compiler flags that determine whether its for sparc or
x86? or just compiling it on AMD makes it portable to any x86?

The compilers are not cross-compilers; they only generate code for
the platform they run on. If you avoid the platform specific options
(including -fast) you will get a 32 bit executable which can run on
any S10 x86 system.

Casper
.