mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 05:19:37 +02:00
Replace all fpintres with $(FPINTRESUNIT) in Makefile.fpc
This commit is contained in:
parent
abffcbb1ea
commit
24a5c24cb6
rtl
aix
amiga
android
aros
darwin
dragonfly
freebsd
linux
morphos
nativent
netbsd
openbsd
solaris
wasi
win32
win64
wince
@ -20,7 +20,7 @@ units=$(SYSTEMUNIT) uuchar unixtype ctypes strings objpas iso7185 extpas macpas
|
||||
types sysconst \
|
||||
rtlconsts cthreads \
|
||||
dos \
|
||||
cwstring fpwidestring fpintres $(CPU_UNITS) \
|
||||
cwstring fpwidestring $(FPINTRESUNIT) $(CPU_UNITS) \
|
||||
softfpu sfpux80 ufloatx80 sfpu128 ufloat128
|
||||
implicitunits=cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \
|
||||
cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \
|
||||
|
@ -64,7 +64,7 @@ endif
|
||||
|
||||
ifeq ($(ARCH),powerpc)
|
||||
override LOADERS=
|
||||
RESUNIT=fpintres
|
||||
RESUNIT=$(FPINTRESUNIT)
|
||||
SYSINITUNITS=si_prc
|
||||
EXEUNITS=lineinfo exeinfo
|
||||
endif
|
||||
|
@ -9,7 +9,7 @@ main=rtl
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) $(CPU_UNITS) \
|
||||
uuchar unixtype ctypes baseunix strings objpas macpas iso7185 extpas syscall unixutil \
|
||||
fpintres heaptrc lineinfo lnfodwrf termio unix linux initc cmem \
|
||||
$(FPINTRESUNIT) heaptrc lineinfo lnfodwrf termio unix linux initc cmem \
|
||||
linuxvcs sysutils typinfo math charset cpall character \
|
||||
getopts errors dl dynlibs \
|
||||
types sysconst cthreads sortbase classes fgl \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) heaptrc uuchar objpas $(ISO7185UNIT) $(EXTPASUNIT) buildrtl $(CPALLUNIT)
|
||||
implicitunits=$(SYSINITUNITS) athreads fpintres $(DOSUNIT) \
|
||||
implicitunits=$(SYSINITUNITS) athreads $(FPINTRESUNIT) $(DOSUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) $(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(TYPESUNIT) \
|
||||
$(FPWIDESTRINGUNIT) $(CHARACTERUNIT) \
|
||||
$(CHARSETUNIT) $(GETOPTSUNIT) \
|
||||
|
@ -16,7 +16,7 @@ units=$(SYSTEMUNIT) sysinit uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) objpas macpas $
|
||||
$(CHARSETUNIT) $(CPALLUNIT) $(CHARACTERUNIT) $(GETOPTSUNIT) heaptrc $(LINEINFOUNIT) $(LNFODWRFUNIT) $(LNFOGDBUNIT) \
|
||||
$(ERRORSUNIT) $(TERMIOUNIT) \
|
||||
$(SYSCONSTUNIT) $(CTHREADSUNIT) $(RTLCONSTSUNIT) $(CWSTRINGUNIT) $(BSDUNIT) $(SYSUTILSUNIT) $(FPWIDESTRINGUNIT) \
|
||||
fpintres fpextres $(OBJCUNIT) $(OBJCBASEUNIT) $(UNIXCPUNIT) \
|
||||
$(FPINTRESUNIT) fpextres $(OBJCUNIT) $(OBJCBASEUNIT) $(UNIXCPUNIT) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT)
|
||||
implicitunits=$(EXEINFOUNIT) \
|
||||
$(CP1250UNIT) $(CP1251UNIT) $(CP1252UNIT) $(CP1253UNIT) $(CP1254UNIT) $(CP1255UNIT) $(CP1256UNIT) $(CP1257UNIT) $(CP1258UNIT) \
|
||||
|
@ -19,7 +19,7 @@ units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas macpas iso7185 extpas \
|
||||
errors bsd \
|
||||
console \
|
||||
sysconst cthreads dos cwstring \
|
||||
fpintres unixcp fpwidestring \
|
||||
$(FPINTRESUNIT) unixcp fpwidestring \
|
||||
softfpu sfpux80 ufloatx80 sfpu128 ufloat128
|
||||
implicitunits=exeinfo \
|
||||
cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \
|
||||
|
@ -19,7 +19,7 @@ units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas macpas iso7185 extpas \
|
||||
errors bsd freebsd \
|
||||
console \
|
||||
sysconst cthreads dos cwstring \
|
||||
fpintres unixcp fpwidestring \
|
||||
$(FPINTRESUNIT) unixcp fpwidestring \
|
||||
softfpu sfpux80 ufloatx80 sfpu128 ufloat128
|
||||
implicitunits=exeinfo \
|
||||
cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) fpintres $(SYSINIT_UNITS) \
|
||||
units=$(SYSTEMUNIT) $(FPINTRESUNIT) $(SYSINIT_UNITS) \
|
||||
uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) $(BASEUNIXUNIT) $(STRINGSUNIT) objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(SYSCALLUNIT) $(UNIXUTILUNIT) \
|
||||
heaptrc $(LINEINFOUNIT) $(LNFODWRFUNIT) \
|
||||
$(TERMIOUNIT) $(UNIXUNIT) $(LINUXUNIT) $(INITCUNIT) $(CMEMUNIT) $(CPU_UNITS) \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
[target]
|
||||
#loaders=prt0
|
||||
units=$(SYSTEMUNIT) heaptrc uuchar objpas macpas iso7185 extpas buildrtl cpall
|
||||
implicitunits=$(SYSINITUNITS) athreads fpintres $(DOSUNIT) $(SYSUTILSUNIT) \
|
||||
implicitunits=$(SYSINITUNITS) athreads $(FPINTRESUNIT) $(DOSUNIT) $(SYSUTILSUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) $(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(MATHUNIT) $(TYPESUNIT) \
|
||||
$(TYPINFOUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(CHARSETUNIT) $(CHARACTERUNIT) $(GETOPTSUNIT) \
|
||||
$(FPWIDESTRINGUNIT) $(FPINTRESUNIT) $(EXEINFOUNIT) $(LINEINFOUNIT) \
|
||||
|
@ -20,7 +20,7 @@ implicitunits=ndk ndkutils ddk \
|
||||
softfpu sfpux80 ufloatx80 sfpu128 ufloat128 \
|
||||
# sockets printer \
|
||||
# keyboard
|
||||
# sharemem exeinfo fpintres \
|
||||
# sharemem exeinfo $(FPINTRESUNIT) \
|
||||
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 \
|
||||
|
@ -18,7 +18,7 @@ units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas macpas iso7185 extpas \
|
||||
$(CPU_UNITS) charset cpall getopts heaptrc lnfodwrf lineinfo \
|
||||
errors bsd \
|
||||
sysconst cthreads dos cwstring \
|
||||
fpintres unixcp fpwidestring \
|
||||
$(FPINTRESUNIT) unixcp fpwidestring \
|
||||
softfpu sfpux80 ufloatx80 sfpu128 ufloat128
|
||||
implicitunits=exeinfo \
|
||||
cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \
|
||||
|
@ -17,7 +17,7 @@ units=$(SYSTEMUNIT) $(SYSINIT_UNITS) initc uuchar objpas macpas iso7185 extpas s
|
||||
charset cpall character getopts heaptrc lineinfo lnfodwrf \
|
||||
errors \
|
||||
types sysctl sysconst \
|
||||
fpintres dynlibs cwstring cmem dl termio \
|
||||
$(FPINTRESUNIT) dynlibs cwstring cmem dl termio \
|
||||
cthreads unixcp fpwidestring \
|
||||
softfpu sfpux80 ufloatx80 sfpu128 ufloat128
|
||||
|
||||
|
@ -18,7 +18,7 @@ units=$(SYSTEMUNIT) uuchar unixtype ctypes strings objpas iso7185 extpas macpas
|
||||
types sysconst character \
|
||||
rtlconsts cthreads \
|
||||
dos fpwidestring \
|
||||
cwstring fpintres $(CPU_UNITS) \
|
||||
cwstring $(FPINTRESUNIT) $(CPU_UNITS) \
|
||||
softfpu sfpux80 ufloatx80 sfpu128 ufloat128
|
||||
|
||||
implicitunits=exeinfo \
|
||||
|
@ -40,7 +40,7 @@ PROCINC=../$(CPU_TARGET)
|
||||
UNITPREFIX=rtl
|
||||
SYSTEMUNIT=system
|
||||
SYSINIT_UNITS=si_prc si_dll
|
||||
RESUNIT=fpintres
|
||||
RESUNIT=$(FPINTRESUNIT)
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
# Insert exception handler in system unit
|
||||
|
@ -15,7 +15,7 @@ implicitunits=sysinitpas sysinitcyg sysinitgprof initc extpas heaptrc \
|
||||
$(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(MATHUNIT) $(TYPESUNIT) \
|
||||
$(TYPINFOUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(GETOPTSUNIT) \
|
||||
$(CHARACTERUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(SHAREMEMUNIT) $(EXEINFOUNIT) fpintres $(WINDIRSUNIT) \
|
||||
$(SHAREMEMUNIT) $(EXEINFOUNIT) $(FPINTRESUNIT) $(WINDIRSUNIT) \
|
||||
$(SOFTFPUUNIT) $(SFPUX80UNIT) $(UFLOATX80UNIT) $(SFPU128UNIT) $(UFLOAT128UNIT) \
|
||||
$(CP1250UNIT) $(CP1251UNIT) $(CP1252UNIT) $(CP1253UNIT) $(CP1254UNIT) $(CP1255UNIT) $(CP1256UNIT) $(CP1257UNIT) $(CP1258UNIT) \
|
||||
$(CP437UNIT) $(CP646UNIT) $(CP737UNIT) $(CP775UNIT) $(CP850UNIT) $(CP852UNIT) $(CP855UNIT) $(CP856UNIT) $(CP857UNIT) $(CP860UNIT) $(CP861UNIT) $(CP862UNIT) \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=system uuchar objpas macpas $(ISO7185UNIT) $(WINDOWSUNIT) $(SYSUTILSUNIT) buildrtl $(CHARSETUNIT) $(CPALLUNIT) $(LINEINFOUNIT) $(LNFODWRFUNIT)
|
||||
implicitunits=sysinit extpas heaptrc fpintres \
|
||||
implicitunits=sysinit extpas heaptrc $(FPINTRESUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) \
|
||||
$(DOSUNIT) $(MESSAGESUNIT) \
|
||||
$(CMEMUNIT) $(DYNLIBSUNIT) \
|
||||
|
@ -6,7 +6,7 @@
|
||||
main=rtl
|
||||
|
||||
[target]
|
||||
units=$(SYSTEMUNIT) uuchar fpintres ctypes objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar $(FPINTRESUNIT) ctypes objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(CPU_UNITS) heaptrc $(LINEINFOUNIT) \
|
||||
$(WINDOWSUNIT) $(MESSAGESUNIT) $(DYNLIBSUNIT) \
|
||||
$(DOSUNIT) \
|
||||
|
Loading…
Reference in New Issue
Block a user