mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 15:47:54 +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
|
||||
endif
|
||||
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
|
||||
override INSTALL_FPCPACKAGE=y y
|
||||
ifeq ($(CPU_OS_TARGET),mipsel-ps1)
|
||||
|
@ -6,7 +6,7 @@ main=rtl
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) $(OBJPASUNIT) $(FPINTRESUNIT) $(ISO7185UNIT) $(CTYPESUNIT) \
|
||||
$(SYSCONSTUNIT) \
|
||||
$(SYSCONSTUNIT) $(UUCHARUNIT) \
|
||||
libstd libetc libgpu libgte
|
||||
|
||||
[require]
|
||||
|
Loading…
Reference in New Issue
Block a user