소스 검색

Always set RTLCONSTSUNIT to rtlconsts, if FPC_DOTTEDUNITS is not defined, as OS specific changes are parsed after

Pierre Muller 2 년 전
부모
커밋
6b185c041d
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      rtl/inc/Makefile.rtl

+ 1 - 3
rtl/inc/Makefile.rtl

@@ -437,9 +437,7 @@ PROFILEUNIT=profile
 RASPI2UNIT=raspi2
 RASPI3UNIT=raspi3
 RASPIUARTUNIT=raspiuart
-ifeq ($(RTLCONSTSUNIT),)
-  RTLCONSTSUNIT=rtlconsts
-endif
+RTLCONSTSUNIT=rtlconsts
 SAM3X8EUNIT=sam3x8e
 SAMD51P19AUNIT=samd51p19a
 SC32442BUNIT=sc32442b