|
@@ -921,7 +921,7 @@ endif
|
|
ifeq ($(CPU_OS_TARGET),powerpc-amiga)
|
|
ifeq ($(CPU_OS_TARGET),powerpc-amiga)
|
|
override TARGET_RSTS+=math rtlconsts typinfo classes sysconst
|
|
override TARGET_RSTS+=math rtlconsts typinfo classes sysconst
|
|
endif
|
|
endif
|
|
-override INSTALL_FPCPACKAGE=y
|
|
|
|
|
|
+override INSTALL_FPCPACKAGE=y y
|
|
ifeq ($(CPU_OS_TARGET),m68k-amiga)
|
|
ifeq ($(CPU_OS_TARGET),m68k-amiga)
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(CPU_TARGET) $(AMIINC)
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(CPU_TARGET) $(AMIINC)
|
|
endif
|
|
endif
|
|
@@ -2556,7 +2556,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS)
|
|
$(COMPILER) $(CHARSET_OPT) $<
|
|
$(COMPILER) $(CHARSET_OPT) $<
|
|
UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \
|
|
UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \
|
|
$(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \
|
|
$(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \
|
|
- $(SYSTEMUNIT)$(PPUEXT)
|
|
|
|
|
|
+ $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT)
|
|
unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS)
|
|
unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS)
|
|
$(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $<
|
|
$(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $<
|
|
System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS)
|
|
System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS)
|