mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
+ enabled compilation of unit objpas for the ZX Spectrum
This commit is contained in:
parent
b667be825e
commit
4c7dd0810f
@ -923,7 +923,7 @@ ifdef NO_EXCEPTIONS_IN_SYSTEM
|
||||
override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM
|
||||
endif
|
||||
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
||||
override TARGET_UNITS+=$(SYSTEMUNIT) si_prc
|
||||
override TARGET_UNITS+=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
|
||||
endif
|
||||
override INSTALL_FPCPACKAGE=y y
|
||||
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
||||
|
@ -5,7 +5,7 @@
|
||||
main=rtl
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) si_prc
|
||||
units=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
|
||||
|
||||
[require]
|
||||
nortl=y
|
||||
|
Loading…
Reference in New Issue
Block a user