|
@@ -1,8 +1,8 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/01/13]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/03/08]
|
|
|
#
|
|
|
default: all
|
|
|
-MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince powerpc64-linux
|
|
|
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince powerpc64-linux
|
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
|
UNIXs = linux $(BSDs) solaris qnx
|
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
@@ -266,6 +266,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
|
override CLEAN_UNITS+=erroru popuperr ptest
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-darwin)
|
|
|
+override CLEAN_UNITS+=erroru popuperr ptest
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
|
override CLEAN_UNITS+=erroru popuperr ptest
|
|
|
endif
|
|
@@ -335,6 +338,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
|
override CLEAN_UNITS+=erroru popuperr ptest
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-palmos)
|
|
|
+override CLEAN_UNITS+=erroru popuperr ptest
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
|
override CLEAN_UNITS+=erroru popuperr ptest
|
|
|
endif
|
|
@@ -378,6 +384,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
|
override COMPILER_TARGETDIR+=$(FULL_TARGET)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-darwin)
|
|
|
+override COMPILER_TARGETDIR+=$(FULL_TARGET)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
|
override COMPILER_TARGETDIR+=$(FULL_TARGET)
|
|
|
endif
|
|
@@ -447,6 +456,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
|
override COMPILER_TARGETDIR+=$(FULL_TARGET)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-palmos)
|
|
|
+override COMPILER_TARGETDIR+=$(FULL_TARGET)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
|
override COMPILER_TARGETDIR+=$(FULL_TARGET)
|
|
|
endif
|
|
@@ -1093,12 +1105,17 @@ endif
|
|
|
endif
|
|
|
export ZIPPROG
|
|
|
ifndef TARPROG
|
|
|
+TARPROG:=$(strip $(wildcard $(addsuffix /gtar$(SRCEXEEXT),$(SEARCHPATH))))
|
|
|
+ifeq ($(TARPROG),)
|
|
|
TARPROG:=$(strip $(wildcard $(addsuffix /tar$(SRCEXEEXT),$(SEARCHPATH))))
|
|
|
ifeq ($(TARPROG),)
|
|
|
TARPROG= __missing_command_TARPROG
|
|
|
else
|
|
|
TARPROG:=$(firstword $(TARPROG))
|
|
|
endif
|
|
|
+else
|
|
|
+TARPROG:=$(firstword $(TARPROG))
|
|
|
+endif
|
|
|
endif
|
|
|
export TARPROG
|
|
|
ASNAME=$(BINUTILSPREFIX)as
|