From 4e279d1a189eefe60e02f83307a229073f30db2b Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 12 Sep 2023 21:19:39 +0000 Subject: [PATCH] Replace exeinfo by EXEINFOUNIT variable --- rtl/amiga/Makefile.fpc | 2 +- rtl/android/Makefile.fpc | 2 +- rtl/beos/Makefile.fpc | 2 +- rtl/dragonfly/Makefile.fpc | 2 +- rtl/freebsd/Makefile.fpc | 2 +- rtl/go32v2/Makefile.fpc | 2 +- rtl/msxdos/Makefile.fpc | 2 +- rtl/netbsd/Makefile.fpc | 2 +- rtl/netwlibc/Makefile.fpc | 2 +- rtl/openbsd/Makefile.fpc | 2 +- rtl/solaris/Makefile.fpc | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/rtl/amiga/Makefile.fpc b/rtl/amiga/Makefile.fpc index ee36abaab9..56fc394ed8 100644 --- a/rtl/amiga/Makefile.fpc +++ b/rtl/amiga/Makefile.fpc @@ -66,7 +66,7 @@ ifeq ($(ARCH),powerpc) override LOADERS= RESUNIT=$(FPINTRESUNIT) SYSINITUNITS=si_prc -EXEUNITS=$(LINEINFOUNIT) exeinfo +EXEUNITS=$(LINEINFOUNIT) $(EXEINFOUNIT) endif [rules] diff --git a/rtl/android/Makefile.fpc b/rtl/android/Makefile.fpc index 7885237855..4b2ee9825e 100644 --- a/rtl/android/Makefile.fpc +++ b/rtl/android/Makefile.fpc @@ -15,7 +15,7 @@ units=$(SYSTEMUNIT) $(SYSINIT_UNITS) $(CPU_UNITS) \ types sysconst cthreads sortbase classes fgl \ rtlconsts dos cwstring fpcylix unixcp fpwidestring \ $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \ diff --git a/rtl/beos/Makefile.fpc b/rtl/beos/Makefile.fpc index fb7eef3d9c..6ce231f50e 100644 --- a/rtl/beos/Makefile.fpc +++ b/rtl/beos/Makefile.fpc @@ -19,7 +19,7 @@ units=system $(UUCHARUNIT) $(BASEUNIXUNIT) $(UNIXTYPEUNIT) $(CTYPESUNIT) $(OBJPA $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU218UNIT) $(UFLOAT128UNIT) # beos rsts=math typinfo sysconst rtlconsts -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ $(CP1250UNIT) $(CP1251UNIT) $(CP1252UNIT) $(CP1253UNIT) $(CP1254UNIT) $(CP1255UNIT) $(CP1256UNIT) $(CP1257UNIT) $(CP1258UNIT) \ $(CP437UNIT) $(CP646UNIT) $(CP737UNIT) $(CP775UNIT) $(CP850UNIT) $(CP852UNIT) $(CP855UNIT) $(CP856UNIT) $(CP857UNIT) $(CP860UNIT) $(CP861UNIT) $(CP862UNIT) \ $(CP863UNIT) $(CP864UNIT) $(CP865UNIT) $(CP866UNIT) $(CP869UNIT) $(CP874UNIT) $(CP3021UNIT) $(CP8859_1UNIT) $(CP8859_2UNIT) $(CP8859_3UNIT) $(CP8859_4UNIT) \ diff --git a/rtl/dragonfly/Makefile.fpc b/rtl/dragonfly/Makefile.fpc index 7b932a1a21..2b238ab895 100644 --- a/rtl/dragonfly/Makefile.fpc +++ b/rtl/dragonfly/Makefile.fpc @@ -21,7 +21,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(OBJPASUNIT) $(MACPASUNIT) $( sysconst cthreads dos cwstring \ $(FPINTRESUNIT) unixcp fpwidestring \ $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \ diff --git a/rtl/freebsd/Makefile.fpc b/rtl/freebsd/Makefile.fpc index 510a7f5b01..96182b867f 100644 --- a/rtl/freebsd/Makefile.fpc +++ b/rtl/freebsd/Makefile.fpc @@ -21,7 +21,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(OBJPASUNIT) $(MACPASUNIT) $( sysconst cthreads dos cwstring \ $(FPINTRESUNIT) unixcp fpwidestring \ $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \ diff --git a/rtl/go32v2/Makefile.fpc b/rtl/go32v2/Makefile.fpc index c5306f3eb2..154e67f113 100644 --- a/rtl/go32v2/Makefile.fpc +++ b/rtl/go32v2/Makefile.fpc @@ -15,7 +15,7 @@ units=system $(UUCHARUNIT) $(OBJPASUNIT) $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUN types sysconst rtlconst \ $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) rsts=math typinfo classes sysconst -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \ diff --git a/rtl/msxdos/Makefile.fpc b/rtl/msxdos/Makefile.fpc index 047e19b3a9..0270ee7fe4 100644 --- a/rtl/msxdos/Makefile.fpc +++ b/rtl/msxdos/Makefile.fpc @@ -6,7 +6,7 @@ main=rtl [target] #loaders=prt0s prt0t prt0m prt0c prt0l prt0h # exceptn fpu units=system si_prc $(UUCHARUNIT) $(OBJPASUNIT) $(ISO7185UNIT) strings charset cpall \ - getopts exeinfo $(HEAPTRCUNIT) + getopts $(EXEINFOUNIT) $(HEAPTRCUNIT) #$(UUCHARUNIT) $(OBJPASUNIT) strings dos $(HEAPTRCUNIT) $(LNFODWRFUNIT) sysconst sysutils \ # math $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) rtlconsts typinfo cpu types \ # getopts sortbase fgl classes \ diff --git a/rtl/netbsd/Makefile.fpc b/rtl/netbsd/Makefile.fpc index b364997984..a54b049a64 100644 --- a/rtl/netbsd/Makefile.fpc +++ b/rtl/netbsd/Makefile.fpc @@ -20,7 +20,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes $(OBJPASUNIT) $(MACPASUNIT) $( sysconst cthreads dos cwstring \ $(FPINTRESUNIT) unixcp fpwidestring \ $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \ diff --git a/rtl/netwlibc/Makefile.fpc b/rtl/netwlibc/Makefile.fpc index f60cdb969c..d793a20773 100644 --- a/rtl/netwlibc/Makefile.fpc +++ b/rtl/netwlibc/Makefile.fpc @@ -18,7 +18,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) $(OBJPASUNIT) $(MACPASUNIT) $(ISO7185UNIT) $(E $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) rsts=math typinfo classes sysconst rtlconsts system -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \ diff --git a/rtl/openbsd/Makefile.fpc b/rtl/openbsd/Makefile.fpc index f7fffd047f..c5b12539f7 100644 --- a/rtl/openbsd/Makefile.fpc +++ b/rtl/openbsd/Makefile.fpc @@ -22,7 +22,7 @@ units=$(SYSTEMUNIT) $(SYSINIT_UNITS) initc $(UUCHARUNIT) $(OBJPASUNIT) $(MACPASU $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) rsts=math typinfo classes sysconst -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \ diff --git a/rtl/solaris/Makefile.fpc b/rtl/solaris/Makefile.fpc index 53dbe76285..01f09b64e6 100644 --- a/rtl/solaris/Makefile.fpc +++ b/rtl/solaris/Makefile.fpc @@ -21,7 +21,7 @@ units=$(SYSTEMUNIT) $(UUCHARUNIT) unixtype ctypes strings $(OBJPASUNIT) $(ISO718 cwstring $(FPINTRESUNIT) $(CPU_UNITS) \ $(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) -implicitunits=exeinfo \ +implicitunits=$(EXEINFOUNIT) \ cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \ cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \