mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 12:20:19 +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
|
override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM
|
||||||
endif
|
endif
|
||||||
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
||||||
override TARGET_UNITS+=$(SYSTEMUNIT) si_prc
|
override TARGET_UNITS+=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
|
||||||
endif
|
endif
|
||||||
override INSTALL_FPCPACKAGE=y y
|
override INSTALL_FPCPACKAGE=y y
|
||||||
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
main=rtl
|
main=rtl
|
||||||
[target]
|
[target]
|
||||||
loaders=
|
loaders=
|
||||||
units=$(SYSTEMUNIT) si_prc
|
units=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
nortl=y
|
nortl=y
|
||||||
|
Loading…
Reference in New Issue
Block a user