From 4c7dd0810fa8ceeedfe7645fb79d148798c92772 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Mon, 30 Sep 2024 02:19:25 +0300 Subject: [PATCH] + enabled compilation of unit objpas for the ZX Spectrum --- rtl/zxspectrum/Makefile | 2 +- rtl/zxspectrum/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/zxspectrum/Makefile b/rtl/zxspectrum/Makefile index 570783a26b..7209915105 100644 --- a/rtl/zxspectrum/Makefile +++ b/rtl/zxspectrum/Makefile @@ -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) diff --git a/rtl/zxspectrum/Makefile.fpc b/rtl/zxspectrum/Makefile.fpc index 8f1d1cb52c..55aecae83d 100644 --- a/rtl/zxspectrum/Makefile.fpc +++ b/rtl/zxspectrum/Makefile.fpc @@ -5,7 +5,7 @@ main=rtl [target] loaders= -units=$(SYSTEMUNIT) si_prc +units=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc [require] nortl=y