On 01 Dec 2009, at 10:52, Henry Vermaak wrote:

Hmm, I'm sure I've done something like this.  Does cpuarm and cpui386
work instead of arm and i386?

Yes. The "i386" and "arm" defines are conditional defines that are present when compiling the compiler itself with code generator support for those architectures. The cpui386/cpuarm/... defines are present when you are using a compiler that generates code for those architectures. So the former are only usable in the compiler sources itself.


Jonas

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to