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
LOADERS=prt0
SYSTEMUNIT=system
SYSINITUNITS=si_prc
ifdef RELEASE
override FPCOPT+=-Ur
endif
OBJPASDIR=$(RTL)/objpas
ifeq ($(ARCH),m68k)
override LOADERS=
SYSINITUNITS=si_prc
RESUNIT=fpextres
endif
ifeq ($(ARCH),powerpc)

View File

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