From ddd4011b085765085b394ab702c596397fb47461 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Thu, 10 Aug 2023 00:24:27 +0200 Subject: [PATCH] Regenerate Makefile's --- rtl/aix/Makefile | 8 ++++---- rtl/amiga/Makefile | 8 ++++---- rtl/android/Makefile | 8 ++++---- rtl/aros/Makefile | 8 ++++---- rtl/atari/Makefile | 8 ++++---- rtl/beos/Makefile | 8 ++++---- rtl/darwin/Makefile | 8 ++++---- rtl/dragonfly/Makefile | 8 ++++---- rtl/embedded/Makefile | 35 ++++++++++++++++++++++------------- rtl/emx/Makefile | 8 ++++---- rtl/freebsd/Makefile | 8 ++++---- rtl/freertos/Makefile | 8 ++++---- rtl/gba/Makefile | 8 ++++---- rtl/go32v2/Makefile | 8 ++++---- rtl/haiku/Makefile | 8 ++++---- rtl/java/Makefile | 8 ++++---- rtl/linux/Makefile | 8 ++++---- rtl/macos/Makefile | 8 ++++---- rtl/morphos/Makefile | 8 ++++---- rtl/msdos/Makefile | 8 ++++---- rtl/msxdos/Makefile | 8 ++++---- rtl/nativent/Makefile | 8 ++++---- rtl/nds/Makefile | 8 ++++---- rtl/netbsd/Makefile | 8 ++++---- rtl/netware/Makefile | 8 ++++---- rtl/netwlibc/Makefile | 8 ++++---- rtl/openbsd/Makefile | 8 ++++---- rtl/os2/Makefile | 8 ++++---- rtl/palmos/Makefile | 8 ++++---- rtl/sinclairql/Makefile | 8 ++++---- rtl/solaris/Makefile | 8 ++++---- rtl/symbian/Makefile | 8 ++++---- rtl/wasi/Makefile | 8 ++++---- rtl/watcom/Makefile | 8 ++++---- rtl/wii/Makefile | 8 ++++---- rtl/win16/Makefile | 8 ++++---- rtl/win32/Makefile | 8 ++++---- rtl/win64/Makefile | 8 ++++---- rtl/wince/Makefile | 8 ++++---- rtl/zxspectrum/Makefile | 8 ++++---- 40 files changed, 178 insertions(+), 169 deletions(-) diff --git a/rtl/aix/Makefile b/rtl/aix/Makefile index fe529b999e..cd1af7cc5a 100644 --- a/rtl/aix/Makefile +++ b/rtl/aix/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/amiga/Makefile b/rtl/amiga/Makefile index e2307d0b6e..feaf9f64a9 100644 --- a/rtl/amiga/Makefile +++ b/rtl/amiga/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/android/Makefile b/rtl/android/Makefile index cf54690150..27bc5e3233 100644 --- a/rtl/android/Makefile +++ b/rtl/android/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/aros/Makefile b/rtl/aros/Makefile index c7d4626771..ad81c18e3f 100644 --- a/rtl/aros/Makefile +++ b/rtl/aros/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/atari/Makefile b/rtl/atari/Makefile index ded4002b5c..a44ee472ef 100644 --- a/rtl/atari/Makefile +++ b/rtl/atari/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/beos/Makefile b/rtl/beos/Makefile index 3ddd730cef..460f5693b6 100644 --- a/rtl/beos/Makefile +++ b/rtl/beos/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/darwin/Makefile b/rtl/darwin/Makefile index 357e4b9965..6e1ec7f59c 100644 --- a/rtl/darwin/Makefile +++ b/rtl/darwin/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/dragonfly/Makefile b/rtl/dragonfly/Makefile index 468935664d..c5bb4dd1cf 100644 --- a/rtl/dragonfly/Makefile +++ b/rtl/dragonfly/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/embedded/Makefile b/rtl/embedded/Makefile index 0017b3cacc..dc0f0e9b31 100644 --- a/rtl/embedded/Makefile +++ b/rtl/embedded/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 @@ -900,28 +900,32 @@ CPU_UNITS_DEFINED=1 endif ifeq ($(ARCH),arm) ifeq ($(SUBARCH),armv7m) -CPU_UNITS=lm3fury lm3tempest stm32f10x_ld stm32f10x_md stm32f10x_hd stm32f10x_xl stm32f10x_conn stm32f10x_cl lpc13xx lpc1768 sam3x8e xmc4500 cortexm3 cortexm4 # thumb2_bare +CPU_UNITS=$(LM3FURYUNIT) $(LM3TEMPESTUNIT) $(STM32F10X_LDUNIT) $(STM32F10X_MDUNIT) $(STM32F10X_HDUNIT) \ + $(STM32F10X_XLUNIT) $(STM32F10X_CONNUNIT) $(STM32F10X_CLUNIT) $(LPC13XXUNIT) $(LPC1768UNIT) \ + $(SAM3X8EUNIT) $(XMC4500UNIT) $(CORTEXM3UNIT) $(CORTEXM4UNIT) # thumb2_bare CPU_UNITS_DEFINED=1 endif ifeq ($(SUBARCH),armv7em) -CPU_UNITS=lm4f120 xmc4500 mk20d5 mk20d7 mk22f51212 mk64f12 stm32f401xx stm32f407xx stm32f411xe stm32f429xx stm32f446xx stm32f745 stm32f746 stm32f756 nrf52 cortexm3 cortexm4 cortexm7 \ -samd51p19a # thumb2_bare +CPU_UNITS=$(LM4F120UNIT) $(XMC4500UNIT) $(MK20D5UNIT) $(MK20D7UNIT) $(MK22F51212UNIT) $(MK64F12UNIT) \ + $(STM32F401XXUNIT) $(STM32F407XXUNIT) $(STM32F411XEUNIT) $(STM32F429XXUNIT) $(STM32F446XXUNIT) \ + $(STM32F745UNIT) $(STM32F746UNIT) $(STM32F756UNIT) $(NRF52UNIT) $(CORTEXM3UNIT) $(CORTEXM4UNIT) $(CORTEXM7UNIT) \ + $(SAMD51P19AUNIT) # thumb2_bare CPU_UNITS_DEFINED=1 endif ifeq ($(SUBARCH),armv4t) -CPU_UNITS=lpc21x4 at91sam7x256 sc32442b +CPU_UNITS=$(LPC21X4UNIT) $(AT91SAM7X256UNIT) $(SC32442BUNIT) CPU_UNITS_DEFINED=1 endif ifeq ($(SUBARCH),armv4) -CPU_UNITS=lpc21x4 at91sam7x256 sc32442b +CPU_UNITS=$(LPC21X4UNIT) $(AT91SAM7X256UNIT) $(SC32442BUNIT) CPU_UNITS_DEFINED=1 endif ifeq ($(SUBARCH),armv6m) -CPU_UNITS=lpc8xx lpc11xx lpc122x stm32f0xx nrf51 cortexm0 +CPU_UNITS=$(LPC8XXUNIT) $(LPC11XXUNIT) $(LPC122XUNIT) $(STM32F0XXUNIT) $(NRF51UNIT) $(CORTEXM0UNIT) CPU_UNITS_DEFINED=1 endif ifeq ($(SUBARCH),armv7a) -CPU_UNITS=allwinner_a20 raspi2 +CPU_UNITS=$(ALLWINNER_A20UNIT) $(RASPI2UNIT) CPU_UNITS_DEFINED=1 endif ifeq ($(CPU_UNITS_DEFINED),) @@ -1025,7 +1029,7 @@ endif ifeq ($(ARCH),riscv32) ifeq ($(SUBARCH),rv32imac) override FPCOPT+=-Cprv32imac -CPU_UNITS=fe310g000 fe310g002 gd32vf103xx +CPU_UNITS=$(FE310G000UNIT) $(FE310G002UNIT) $(GD32VF103XXUNIT) CPU_UNITS_DEFINED=1 endif ifeq ($(SUBARCH),rv32i) @@ -1046,7 +1050,7 @@ endif endif ifeq ($(ARCH),xtensa) ifeq ($(SUBARCH),lx106) -CPU_UNITS=esp8266 +CPU_UNITS=$(ESP8266UNIT) CPU_UNITS_DEFINED=1 endif ifeq ($(CPU_UNITS_DEFINED),) @@ -3219,12 +3223,17 @@ $(1)$(PPUEXT): $(ARCH)/$(1).pp $(SYSTEMUNIT)$(PPUEXT) endif else $(eval UNIT_REG_NAME=$(subst EmbeddedApi.,,$(1))) +$(eval UNIT_REG_NAME=$(subst ARMApi.,,$(UNIT_REG_NAME))) ifeq ($(ARCH),avr) $(1)$(PPUEXT): $(ARCH)/$(1).pp intrinsics$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) else +ifeq ($(ARCH),mipsel) +$(1)$(PPUEXT): $(ARCH)/$(1).pp $(SYSTEMUNIT)$(PPUEXT) +else $(1)$(PPUEXT): $(NSOSDIR)/$(ARCH)/$(1).pp $(ARCH)/$(UNIT_REG_NAME).pp $(SYSTEMUNIT)$(PPUEXT) endif endif +endif endef $(foreach unit,$(CPU_UNITS),$(eval $(call CPU_UNITS_RULE,$(unit)))) ifndef FPC_DOTTEDUNITS diff --git a/rtl/emx/Makefile b/rtl/emx/Makefile index 95488aceca..ea98a67e0c 100644 --- a/rtl/emx/Makefile +++ b/rtl/emx/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index 59df1a2a3c..0fe7bbd863 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/freertos/Makefile b/rtl/freertos/Makefile index 0db0c7d773..ba1e324b34 100644 --- a/rtl/freertos/Makefile +++ b/rtl/freertos/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/gba/Makefile b/rtl/gba/Makefile index 7381258be6..ce00a62bb6 100644 --- a/rtl/gba/Makefile +++ b/rtl/gba/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index 2461268769..8becf9aa33 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/haiku/Makefile b/rtl/haiku/Makefile index 49853f89cd..dcbcc9b75a 100644 --- a/rtl/haiku/Makefile +++ b/rtl/haiku/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/java/Makefile b/rtl/java/Makefile index 7c0a639ade..536a234b67 100644 --- a/rtl/java/Makefile +++ b/rtl/java/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index 7b9f95354f..f95857e684 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/macos/Makefile b/rtl/macos/Makefile index c44c5e3e33..bfdd249939 100644 --- a/rtl/macos/Makefile +++ b/rtl/macos/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/morphos/Makefile b/rtl/morphos/Makefile index 00c9b52dd4..d2510a2d81 100644 --- a/rtl/morphos/Makefile +++ b/rtl/morphos/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/msdos/Makefile b/rtl/msdos/Makefile index d97338ec1f..0fcb657fba 100644 --- a/rtl/msdos/Makefile +++ b/rtl/msdos/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/msxdos/Makefile b/rtl/msxdos/Makefile index 05cc0394a2..65c013c99c 100644 --- a/rtl/msxdos/Makefile +++ b/rtl/msxdos/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/nativent/Makefile b/rtl/nativent/Makefile index 80c1ccf96b..e4ea57d52c 100644 --- a/rtl/nativent/Makefile +++ b/rtl/nativent/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/nds/Makefile b/rtl/nds/Makefile index 175636c62b..bbe60e0581 100644 --- a/rtl/nds/Makefile +++ b/rtl/nds/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/netbsd/Makefile b/rtl/netbsd/Makefile index 15b93ee189..3ddaf3159f 100644 --- a/rtl/netbsd/Makefile +++ b/rtl/netbsd/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/netware/Makefile b/rtl/netware/Makefile index a05370b6a6..61ef5b1311 100644 --- a/rtl/netware/Makefile +++ b/rtl/netware/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/netwlibc/Makefile b/rtl/netwlibc/Makefile index 96721659d2..8a5d7333d0 100644 --- a/rtl/netwlibc/Makefile +++ b/rtl/netwlibc/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/openbsd/Makefile b/rtl/openbsd/Makefile index c67e56fb2e..7419ef9e1c 100644 --- a/rtl/openbsd/Makefile +++ b/rtl/openbsd/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index 93bc7f1faf..a52133b37e 100644 --- a/rtl/os2/Makefile +++ b/rtl/os2/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/palmos/Makefile b/rtl/palmos/Makefile index 3ec67dc6eb..6479ce2214 100644 --- a/rtl/palmos/Makefile +++ b/rtl/palmos/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/sinclairql/Makefile b/rtl/sinclairql/Makefile index f51239cdb7..39f8e49164 100644 --- a/rtl/sinclairql/Makefile +++ b/rtl/sinclairql/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/solaris/Makefile b/rtl/solaris/Makefile index fd9da78c8e..df1061fba8 100644 --- a/rtl/solaris/Makefile +++ b/rtl/solaris/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/symbian/Makefile b/rtl/symbian/Makefile index 8b0e7c832b..a6b86328b0 100644 --- a/rtl/symbian/Makefile +++ b/rtl/symbian/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/wasi/Makefile b/rtl/wasi/Makefile index 2eeddb3a0b..ec96a3ad0c 100644 --- a/rtl/wasi/Makefile +++ b/rtl/wasi/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/watcom/Makefile b/rtl/watcom/Makefile index 8c5599cde1..b5b29502dc 100644 --- a/rtl/watcom/Makefile +++ b/rtl/watcom/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/wii/Makefile b/rtl/wii/Makefile index 4fe6db703e..458ff958c2 100644 --- a/rtl/wii/Makefile +++ b/rtl/wii/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/win16/Makefile b/rtl/win16/Makefile index eb9762f966..c8c4e0d227 100644 --- a/rtl/win16/Makefile +++ b/rtl/win16/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index 3e78fa39a9..bd0fbbe2ae 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/win64/Makefile b/rtl/win64/Makefile index 5439cc5b00..0bf2ccf730 100644 --- a/rtl/win64/Makefile +++ b/rtl/win64/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/wince/Makefile b/rtl/wince/Makefile index 0894d3cb5f..51d9df0430 100644 --- a/rtl/wince/Makefile +++ b/rtl/wince/Makefile @@ -385,10 +385,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252 diff --git a/rtl/zxspectrum/Makefile b/rtl/zxspectrum/Makefile index ef4a4f5bb5..8d76e9b1ee 100644 --- a/rtl/zxspectrum/Makefile +++ b/rtl/zxspectrum/Makefile @@ -386,10 +386,10 @@ CMEMUNIT=System.CMem COMMONUNIT=PalmApi.Common CONSOLEUNIT=System.Console CONSOLEIOUNIT=EmbeddedApi.ConsoleIO -CORTEXM0UNIT=ARMApi.Cortexm0 -CORTEXM3UNIT=ARMApi.Cortexm3 -CORTEXM4UNIT=ARMApi.Cortexm4 -CORTEXM7UNIT=ARMApi.Cortexm7 +CORTEXM0UNIT=ARMApi.cortexm0 +CORTEXM3UNIT=ARMApi.cortexm3 +CORTEXM4UNIT=ARMApi.cortexm4 +CORTEXM7UNIT=ARMApi.cortexm7 CP1250UNIT=System.CodePages.CP1250 CP1251UNIT=System.CodePages.CP1251 CP1252UNIT=System.CodePages.CP1252