[Lazarus] RE : RE : RE : RE : RE : RE : RE : Lazarus on Solaris 10
Ludo Brands
ludo.brands at free.fr
Thu Jul 28 16:57:54 CEST 2011
> > FPC= is a synonym of PP=, no?
>
> No. PP= the compiler. "ppc*.exe" with *=target architecture
>
> FPC= the frontloader binary that can select between different
> compilers depending on parameters.
>
I'm not a makefile specialist but when I read
ifndef FPC
ifdef PP
FPC=$(PP)
endif
endif
and $(PP) isn't used anymore in the remainder of the makefile, I have to
admit that I don't understand your comments.
Is
make clean all OPT="-Xn -k-L/usr/local/lib"
FPC=/usr/lib/fpc/2.5.1/ppc386
not the same as
make clean all OPT="-Xn -k-L/usr/local/lib"
PP=/usr/lib/fpc/2.5.1/ppc386
?
Ludo
More information about the Lazarus
mailing list