mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:29:19 +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
|
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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user