Vincent Snijders schrieb:
> Michael Van Canneyt schreef:
>>
>> On Sun, 1 Apr 2007, Vincent Snijders wrote:
>>
>>> Michael Van Canneyt schreef:
>>>> Hello,
>>>>
>>>> In order to be able to create shared libraries with the LCL
>>>> on X86_64 systems,
>>> All X86_64 systems, or just x86_64-linux?
>>
>> I suspect just linux:
>>
>> 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 :)

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

Reply via email to