mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:27:55 +02:00
Pass old value of OPT to FPCMAKEOPT
git-svn-id: trunk@44023 -
This commit is contained in:
parent
bcf43724bf
commit
df28fdcbf8
2
Makefile
2
Makefile
@ -476,7 +476,7 @@ override OPTNEW+=-CVglobal-dynamic
|
||||
endif
|
||||
endif
|
||||
CLEANOPTS=FPC=$(PPNEW)
|
||||
BUILDOPTS=FPC=$(PPNEW) FPCFPMAKE=$(FPCFPMAKENEW) RELEASE=1 'OPT=$(OPTNEW)'
|
||||
BUILDOPTS=FPC=$(PPNEW) FPCFPMAKE=$(FPCFPMAKENEW) RELEASE=1 'OPT=$(OPTNEW)' 'FPCMAKEOPT=$(OPT)'
|
||||
INSTALLOPTS=FPC=$(PPNEW) ZIPDESTDIR=$(BASEDIR) FPCMAKE=$(FPCMAKENEW)
|
||||
BuildOnlyBaseCPUs=jvm
|
||||
ifneq ($(wildcard utils),)
|
||||
|
@ -207,7 +207,7 @@ endif
|
||||
endif
|
||||
|
||||
CLEANOPTS=FPC=$(PPNEW)
|
||||
BUILDOPTS=FPC=$(PPNEW) FPCFPMAKE=$(FPCFPMAKENEW) RELEASE=1 'OPT=$(OPTNEW)'
|
||||
BUILDOPTS=FPC=$(PPNEW) FPCFPMAKE=$(FPCFPMAKENEW) RELEASE=1 'OPT=$(OPTNEW)' 'FPCMAKEOPT=$(OPT)'
|
||||
INSTALLOPTS=FPC=$(PPNEW) ZIPDESTDIR=$(BASEDIR) FPCMAKE=$(FPCMAKENEW)
|
||||
|
||||
# CPU targets for which we only build the compiler/rtl
|
||||
|
Loading…
Reference in New Issue
Block a user