amiga: yet another attempt to fix powerpc-amiga build

git-svn-id: trunk@35071 -
This commit is contained in:
Károly Balogh 2016-12-04 19:10:53 +00:00
parent 8057b42830
commit dbd7e74e9c
2 changed files with 2 additions and 2 deletions

View File

@ -343,13 +343,13 @@ AMIINC=$(RTL)/amicommon
UNITPREFIX=rtl UNITPREFIX=rtl
LOADERS=prt0 LOADERS=prt0
SYSTEMUNIT=system SYSTEMUNIT=system
SYSINITUNITS=si_prc
ifdef RELEASE ifdef RELEASE
override FPCOPT+=-Ur override FPCOPT+=-Ur
endif endif
OBJPASDIR=$(RTL)/objpas OBJPASDIR=$(RTL)/objpas
ifeq ($(ARCH),m68k) ifeq ($(ARCH),m68k)
override LOADERS= override LOADERS=
SYSINITUNITS=si_prc
RESUNIT=fpextres RESUNIT=fpextres
endif endif
ifeq ($(ARCH),powerpc) ifeq ($(ARCH),powerpc)

View File

@ -52,7 +52,6 @@ AMIINC=$(RTL)/amicommon
UNITPREFIX=rtl UNITPREFIX=rtl
LOADERS=prt0 LOADERS=prt0
SYSTEMUNIT=system SYSTEMUNIT=system
SYSINITUNITS=si_prc
# Use new feature from 1.0.5 version # Use new feature from 1.0.5 version
# that generates release PPU files # that generates release PPU files
@ -66,6 +65,7 @@ OBJPASDIR=$(RTL)/objpas
ifeq ($(ARCH),m68k) ifeq ($(ARCH),m68k)
override LOADERS= override LOADERS=
SYSINITUNITS=si_prc
RESUNIT=fpextres RESUNIT=fpextres
endif endif