mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 01:31:52 +02:00
+ enable compilation of the uuchar unit for the PS1 target
This commit is contained in:
parent
f6c487dcd7
commit
cdbbbf036b
@ -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) $(SYSCONSTUNIT) libstd libetc libgpu libgte
|
override TARGET_UNITS+=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) $(SYSCONSTUNIT) $(UUCHARUNIT) 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,7 +6,7 @@ main=rtl
|
|||||||
[target]
|
[target]
|
||||||
loaders=
|
loaders=
|
||||||
units=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) \
|
units=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) \
|
||||||
$(SYSCONSTUNIT) \
|
$(SYSCONSTUNIT) $(UUCHARUNIT) \
|
||||||
libstd libetc libgpu libgte
|
libstd libetc libgpu libgte
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
|
Loading…
Reference in New Issue
Block a user