mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
Regenerated after: Add -Cg for bootstrap depending on source OS/CPU as it is normally added for target OS/CPU
git-svn-id: trunk@32604 -
This commit is contained in:
parent
b1e4b56900
commit
312e51328a
@ -376,6 +376,11 @@ ifdef CPU_TARGET
|
|||||||
FPC_TARGETOPT+=--cpu=$(CPU_TARGET)
|
FPC_TARGETOPT+=--cpu=$(CPU_TARGET)
|
||||||
endif
|
endif
|
||||||
LOCALFPMAKE=./fpmake$(SRCEXEEXT)
|
LOCALFPMAKE=./fpmake$(SRCEXEEXT)
|
||||||
|
ifneq ($(findstring $(OS_SOURCE),dragonfly freebsd openbsd netbsd linux solaris),)
|
||||||
|
ifneq ($(findstring $(CPU_SOURCE),x86_64 mips mipsel),)
|
||||||
|
override FPCMAKEOPT+=-Cg
|
||||||
|
endif
|
||||||
|
endif
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user