mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:48:00 +02:00
* fixed i8086-msdos snapshot building after r34680
git-svn-id: trunk@34684 -
This commit is contained in:
parent
5810ff8154
commit
c5ae6027ca
@ -1696,9 +1696,6 @@ FPMAKE_OPT+=$(FPC_TARGETOPT)
|
||||
FPMAKE_OPT+=$(addprefix -o ,$(FPCOPT))
|
||||
FPMAKE_OPT+=--compiler=$(FPC)
|
||||
FPMAKE_OPT+=-bu
|
||||
ifndef BUILDFULLNATIVE
|
||||
FPMAKE_OPT+=-sp
|
||||
endif
|
||||
.NOTPARALLEL:
|
||||
fpmkunit_clean_bootstrap:
|
||||
$(MAKE) -C fpmkunit clean_bootstrap
|
||||
|
@ -63,9 +63,6 @@ FPMAKE_OPT+=$(FPC_TARGETOPT)
|
||||
FPMAKE_OPT+=$(addprefix -o ,$(FPCOPT))
|
||||
FPMAKE_OPT+=--compiler=$(FPC)
|
||||
FPMAKE_OPT+=-bu
|
||||
ifndef BUILDFULLNATIVE
|
||||
FPMAKE_OPT+=-sp
|
||||
endif
|
||||
.NOTPARALLEL:
|
||||
|
||||
fpmkunit_clean_bootstrap:
|
||||
|
Loading…
Reference in New Issue
Block a user