Florian Klaempfl schreef:
ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
ifeq ($(OS_TARGET),linux)
ifeq ($(CPU_TARGET),x86_64)
override FPCOPT+=-Cg
endif
endif
endif
You do this only for fpc 2.0.x, but not for other versions?

ifeq ($(findstring 2.0.,$(FPC_VERSION)),)

This is true if 2.0. isn't found in FPC_VERSION :)


I see, I never was good in reading makefiles. Thanks.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to