[lazarus] OS_TARGET in FCL makefile

Marc Weustink weus at quicknet.nl
Fri Nov 5 18:03:50 EST 1999


At 17:50 05-11-99 -0500, you wrote:
>Payne Thomas E CNIN wrote:
>> 
>> Whenever doing a make in FCL, I get go32v2 instead of linux? This
>> changed yesterday.
>
>I just did a checkout today and found the same problem. It appears that
>the go32v2 makefile and makefile.fpc from the go32v2 directory have been
>copied into the linux directory and we have lost the linux versions of
>these files. Michael C. and you or somebody please fix CVS with the
>correct files?
>

When looking at CVS the history (
http://cvs.freepascal.org/cgi-bin/cvsweb/fpc )
It seems that we need 

fpc/fcl/linux/Makefile.fpc 1.1
-defaulttarget=linux
+defaulttarget=go32v2

fpc/fcl/linux/Makefile 1.14:
-override OS_TARGET:=linux
+override OS_TARGET:=go32v2

Marc







More information about the Lazarus mailing list