mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 19:45:59 +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)
|
||||
endif
|
||||
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
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user