mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
amiga: yet another attempt to fix powerpc-amiga build
git-svn-id: trunk@35071 -
This commit is contained in:
parent
8057b42830
commit
dbd7e74e9c
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user