Re: Compiler options SS11



Thanks everyone!
I have a long way to go on my compilation, but understood the essence
of compiling it for S10 AMD.

-jp

Casper H.S. *** wrote:
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

.