|
@@ -342,7 +342,6 @@ PROCINC=$(RTL)/$(CPU_TARGET)
|
|
|
UNITPREFIX=rtl
|
|
|
SYSTEMUNIT=system
|
|
|
LOADERS=prt07 prt09 cprt07 cprt09
|
|
|
-override [email protected]
|
|
|
ifdef RELEASE
|
|
|
override FPCOPT+=-Ur
|
|
|
endif
|
|
@@ -2850,7 +2849,7 @@ cprt07$(OEXT) : cprt07.as
|
|
|
cprt09$(OEXT) : cprt09.as
|
|
|
$(AS) $(ASTARGET) -o $(UNITTARGETDIRPREFIX)cprt09$(OEXT) cprt09.as
|
|
|
$(SYSTEMUNIT)$(PPUEXT) : $(SYSTEMUNIT).pp $(SYSDEPS) $(INC)/softfpu.pp
|
|
|
- $(COMPILER) -Us -Sg $(SYSTEMUNIT).pp $(REDIR)
|
|
|
+ $(COMPILER) -Us -Sg @rtl.cfg $(SYSTEMUNIT).pp $(REDIR)
|
|
|
uuchar$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) $(INC)/uuchar.pp
|
|
|
$(COMPILER) $(INC)/uuchar.pp
|
|
|
objpas$(PPUEXT): $(OBJPASDIR)/objpas.pp $(INC)/except.inc $(SYSTEMUNIT)$(PPUEXT)
|
|
@@ -2882,7 +2881,7 @@ rtlconsts$(PPUEXT) : $(OBJPASDIR)/rtlconsts.pp
|
|
|
$(COMPILER) $(OBJPASDIR)/rtlconsts.pp
|
|
|
sysconst$(PPUEXT) : $(OBJPASDIR)/sysconst.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
|
$(COMPILER) $(OBJPASDIR)/sysconst.pp
|
|
|
-fgl$(PPUEXT): $(OBJPASDIR)/fgl.pp objpas$(PPUEXT) types$(PPUEXT) system$(PPUEXT) sysutils$(PPUEXT)
|
|
|
+fgl$(PPUEXT): $(OBJPASDIR)/fgl.pp objpas$(PPUEXT) types$(PPUEXT) system$(PPUEXT) sysutils$(PPUEXT)
|
|
|
$(COMPILER) -Sg $(OBJPASDIR)/fgl.pp $(REDIR)
|
|
|
macpas$(PPUEXT) : $(INC)/macpas.pp objpas$(PPUEXT) math$(PPUEXT)
|
|
|
$(COMPILER) $(INC)/macpas.pp $(REDIR)
|