|
@@ -1,11 +1,11 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2014/03/11]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2014-02-06 rev 26692]
|
|
|
#
|
|
|
default: all
|
|
|
-MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded mipsel-linux
|
|
|
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux mipsel-android jvm-java jvm-android i8086-msdos
|
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
|
-UNIXs = linux $(BSDs) solaris qnx haiku
|
|
|
-LIMIT83fs = go32v2 os2 emx watcom
|
|
|
+UNIXs = linux $(BSDs) solaris qnx haiku aix
|
|
|
+LIMIT83fs = go32v2 os2 emx watcom msdos
|
|
|
OSNeedsComspecToRunBatch = go32v2 watcom
|
|
|
FORCE:
|
|
|
.PHONY: FORCE
|
|
@@ -179,6 +179,12 @@ else
|
|
|
ARCH=$(CPU_TARGET)
|
|
|
endif
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-embedded)
|
|
|
+ifeq ($(SUBARCH),)
|
|
|
+$(error When compiling for arm-embedded, a sub-architecture (e.g. SUBARCH=armv4t or SUBARCH=armv7m) must be defined)
|
|
|
+endif
|
|
|
+override FPCOPT+=-Cp$(SUBARCH)
|
|
|
+endif
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
|
TARGETSUFFIX=$(OS_TARGET)
|
|
|
SOURCESUFFIX=$(OS_SOURCE)
|
|
@@ -204,6 +210,14 @@ endif
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
linuxHier=1
|
|
|
endif
|
|
|
+ifndef CROSSCOMPILE
|
|
|
+BUILDFULLNATIVE=1
|
|
|
+export BUILDFULLNATIVE
|
|
|
+endif
|
|
|
+ifdef BUILDFULLNATIVE
|
|
|
+BUILDNATIVE=1
|
|
|
+export BUILDNATIVE
|
|
|
+endif
|
|
|
export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
|
|
ifdef FPCDIR
|
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
@@ -252,8 +266,27 @@ endif
|
|
|
ifndef BINUTILSPREFIX
|
|
|
ifndef CROSSBINDIR
|
|
|
ifdef CROSSCOMPILE
|
|
|
+ifneq ($(OS_TARGET),msdos)
|
|
|
ifndef DARWIN2DARWIN
|
|
|
+ifneq ($(CPU_TARGET),jvm)
|
|
|
BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
|
|
|
+ifeq ($(OS_TARGET),android)
|
|
|
+ifeq ($(CPU_TARGET),arm)
|
|
|
+BINUTILSPREFIX=arm-linux-androideabi-
|
|
|
+else
|
|
|
+ifeq ($(CPU_TARGET),i386)
|
|
|
+BINUTILSPREFIX=i686-linux-android-
|
|
|
+else
|
|
|
+ifeq ($(CPU_TARGET),mipsel)
|
|
|
+BINUTILSPREFIX=mipsel-linux-android-
|
|
|
+endif
|
|
|
+endif
|
|
|
+endif
|
|
|
+endif
|
|
|
+endif
|
|
|
+endif
|
|
|
+else
|
|
|
+BINUTILSPREFIX=$(OS_TARGET)-
|
|
|
endif
|
|
|
endif
|
|
|
endif
|
|
@@ -388,6 +421,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
@@ -436,6 +472,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
@@ -496,6 +535,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
@@ -505,6 +547,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
@@ -514,9 +559,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) uuchar unixtype ctypes baseunix strings objpas macpas iso7185 syscall unixutil heaptrc lineinfo lnfodwrf termio unix linux initc cmem $(CPU_UNITS) printer linuxvcs sysutils typinfo math charset cpall character unixcp getopts errors ipc serial terminfo dl dynlibs types sysconst fpwidestring cthreads classes fgl strutils rtlconsts dos cwstring fpcylix clocale
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
@@ -583,6 +643,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
@@ -631,6 +694,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
@@ -691,6 +757,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
@@ -700,6 +769,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
@@ -709,9 +781,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override TARGET_IMPLICITUNITS+=exeinfo cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 unicodedata unicodenumtable
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
@@ -778,6 +865,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
@@ -826,6 +916,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
@@ -886,6 +979,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
@@ -895,6 +991,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
@@ -904,9 +1003,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override TARGET_LOADERS+=$(LOADERS)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override TARGET_LOADERS+=$(LOADERS)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
@@ -973,6 +1087,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
@@ -1021,6 +1138,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
@@ -1081,6 +1201,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
@@ -1090,6 +1213,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
@@ -1099,9 +1225,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override TARGET_RSTS+=math typinfo sysconst rtlconsts
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
@@ -1168,6 +1309,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
@@ -1216,6 +1360,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
@@ -1276,6 +1423,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
@@ -1285,6 +1435,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
@@ -1294,9 +1447,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override CLEAN_UNITS+=syslinux linux
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override CLEAN_UNITS+=syslinux linux
|
|
|
+endif
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
@@ -1364,6 +1532,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
@@ -1412,6 +1583,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
@@ -1472,6 +1646,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
@@ -1481,6 +1658,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
@@ -1490,9 +1670,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
@@ -1559,6 +1754,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
@@ -1607,6 +1805,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
@@ -1667,6 +1868,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
@@ -1676,6 +1880,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
@@ -1685,9 +1892,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(ARCH) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
@@ -1754,6 +1976,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-android)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
@@ -1802,6 +2027,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
@@ -1862,6 +2090,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-android)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
@@ -1871,6 +2102,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
@@ -1880,9 +2114,24 @@ endif
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mips-linux)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
override COMPILER_TARGETDIR+=.
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-java)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),jvm-android)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
+override COMPILER_TARGETDIR+=.
|
|
|
+endif
|
|
|
override SHARED_LIBUNITS=$(SYSTEMUNIT) objpas strings dos unix baseunix unixtype unixutil sysutils typinfo math $(CPU_UNITS) getopts errors classes fgl sysconst rtlconsts types
|
|
|
ifdef REQUIRE_UNITSDIR
|
|
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
|
@@ -2112,6 +2361,14 @@ SHAREDLIBEXT=.dll
|
|
|
SHORTSUFFIX=wat
|
|
|
IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
+ifneq ($(CPU_TARGET),jvm)
|
|
|
+ifeq ($(OS_TARGET),android)
|
|
|
+BATCHEXT=.sh
|
|
|
+EXEEXT=
|
|
|
+HASSHAREDLIB=1
|
|
|
+SHORTSUFFIX=lnx
|
|
|
+endif
|
|
|
+endif
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
BATCHEXT=.sh
|
|
|
EXEEXT=
|
|
@@ -2236,6 +2493,30 @@ EXEEXT=.dol
|
|
|
SHAREDLIBEXT=.so
|
|
|
SHORTSUFFIX=wii
|
|
|
endif
|
|
|
+ifeq ($(OS_TARGET),aix)
|
|
|
+BATCHEXT=.sh
|
|
|
+EXEEXT=
|
|
|
+SHORTSUFFIX=aix
|
|
|
+endif
|
|
|
+ifeq ($(OS_TARGET),java)
|
|
|
+OEXT=.class
|
|
|
+ASMEXT=.j
|
|
|
+SHAREDLIBEXT=.jar
|
|
|
+SHORTSUFFIX=java
|
|
|
+endif
|
|
|
+ifeq ($(CPU_TARGET),jvm)
|
|
|
+ifeq ($(OS_TARGET),android)
|
|
|
+OEXT=.class
|
|
|
+ASMEXT=.j
|
|
|
+SHAREDLIBEXT=.jar
|
|
|
+SHORTSUFFIX=android
|
|
|
+endif
|
|
|
+endif
|
|
|
+ifeq ($(OS_TARGET),msdos)
|
|
|
+STATICLIBPREFIX=
|
|
|
+STATICLIBEXT=.a
|
|
|
+SHORTSUFFIX=d16
|
|
|
+endif
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
|
FPCMADE=fpcmade.$(SHORTSUFFIX)
|
|
|
ZIPSUFFIX=$(SHORTSUFFIX)
|
|
@@ -2425,6 +2706,7 @@ ASNAME=$(BINUTILSPREFIX)as
|
|
|
LDNAME=$(BINUTILSPREFIX)ld
|
|
|
ARNAME=$(BINUTILSPREFIX)ar
|
|
|
RCNAME=$(BINUTILSPREFIX)rc
|
|
|
+NASMNAME=$(BINUTILSPREFIX)nasm
|
|
|
ifndef ASPROG
|
|
|
ifdef CROSSBINDIR
|
|
|
ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)
|
|
@@ -2453,11 +2735,23 @@ else
|
|
|
ARPROG=$(ARNAME)
|
|
|
endif
|
|
|
endif
|
|
|
+ifndef NASMPROG
|
|
|
+ifdef CROSSBINDIR
|
|
|
+NASMPROG=$(CROSSBINDIR)/$(NASMNAME)$(SRCEXEEXT)
|
|
|
+else
|
|
|
+NASMPROG=$(NASMNAME)
|
|
|
+endif
|
|
|
+endif
|
|
|
AS=$(ASPROG)
|
|
|
LD=$(LDPROG)
|
|
|
RC=$(RCPROG)
|
|
|
AR=$(ARPROG)
|
|
|
+NASM=$(NASMPROG)
|
|
|
+ifdef inUnix
|
|
|
+PPAS=./ppas$(SRCBATCHEXT)
|
|
|
+else
|
|
|
PPAS=ppas$(SRCBATCHEXT)
|
|
|
+endif
|
|
|
ifdef inUnix
|
|
|
LDCONFIG=ldconfig
|
|
|
else
|
|
@@ -2589,17 +2883,12 @@ endif
|
|
|
endif
|
|
|
ifdef CREATESHARED
|
|
|
override FPCOPT+=-Cg
|
|
|
-ifeq ($(CPU_TARGET),i386)
|
|
|
-override FPCOPT+=-Aas
|
|
|
-endif
|
|
|
endif
|
|
|
-ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
|
|
|
ifneq ($(findstring $(OS_TARGET),freebsd openbsd netbsd linux solaris),)
|
|
|
ifeq ($(CPU_TARGET),x86_64)
|
|
|
override FPCOPT+=-Cg
|
|
|
endif
|
|
|
endif
|
|
|
-endif
|
|
|
ifdef LINKSHARED
|
|
|
endif
|
|
|
ifdef OPT
|
|
@@ -2624,7 +2913,7 @@ endif
|
|
|
ifdef ACROSSCOMPILE
|
|
|
override FPCOPT+=$(CROSSOPT)
|
|
|
endif
|
|
|
-override COMPILER:=$(FPC) $(FPCOPT)
|
|
|
+override COMPILER:=$(strip $(FPC) $(FPCOPT))
|
|
|
ifeq (,$(findstring -s ,$(COMPILER)))
|
|
|
EXECPPAS=
|
|
|
else
|