mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:20:29 +02:00
+ enabled the sysconst unit for the PS1 target
This commit is contained in:
parent
d3af1091b6
commit
f6c487dcd7
@ -923,7 +923,7 @@ ifdef NO_EXCEPTIONS_IN_SYSTEM
|
|||||||
override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM
|
override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM
|
||||||
endif
|
endif
|
||||||
ifeq ($(CPU_OS_TARGET),mipsel-ps1)
|
ifeq ($(CPU_OS_TARGET),mipsel-ps1)
|
||||||
override TARGET_UNITS+=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) libstd libetc libgpu libgte
|
override TARGET_UNITS+=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) $(SYSCONSTUNIT) libstd libetc libgpu libgte
|
||||||
endif
|
endif
|
||||||
override INSTALL_FPCPACKAGE=y y
|
override INSTALL_FPCPACKAGE=y y
|
||||||
ifeq ($(CPU_OS_TARGET),mipsel-ps1)
|
ifeq ($(CPU_OS_TARGET),mipsel-ps1)
|
||||||
|
@ -6,6 +6,7 @@ main=rtl
|
|||||||
[target]
|
[target]
|
||||||
loaders=
|
loaders=
|
||||||
units=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) \
|
units=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) \
|
||||||
|
$(SYSCONSTUNIT) \
|
||||||
libstd libetc libgpu libgte
|
libstd libetc libgpu libgte
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
|
Loading…
Reference in New Issue
Block a user