[fpc-devel] fpc.cfg Question
Andrew Haines
AndrewD207 at aol.com
Tue Dec 1 04:36:39 CET 2009
Hi,
I tried to modify my fpc.cfg like so:
#IFDEF arm
-XParm-wince-
-Xd
#ENDIF
#IFDEF i386
-Xd
-Fl/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/32
-Fl/emul/linux/x86/usr/lib32
-Fl/emul/linux/x86/lib
-Fl/lib32
-Fl/usr/lib32
-Fl/usr/local/lib32
#ENDIF
I have a ppc386(linux) and also ppcarm(wince)
my computer is linux 64 bit. However these options do not seem to have
any effect. I have to add these to the "Other" options in lazarus under
Project -> Compler Options.
commenting out the lines that start with "#" will fix the problem until
I use a compiler other than the one the options are needed for.
What am I doing wrong?
More information about the fpc-devel
mailing list