fpmake's -sp shortcut for -skipcrossprograms changed to -scp in r34685 because it overlapped with -sp for searchpath causing havoc in crossbuilds. clean up some accidental leftovers of -sp in ide and utils directory

git-svn-id: trunk@37755 -
This commit is contained in:
Károly Balogh 2017-12-18 14:48:41 +00:00
parent 8d36c0d64e
commit f7478704cb
4 changed files with 4 additions and 4 deletions

View File

@ -2312,7 +2312,7 @@ endif
endif # NOGDB
ifndef GDBMI_IS_STATIC
ifndef BUILDFULLNATIVE
FPMAKE_OPT+=-sp
FPMAKE_OPT+=-scp
endif
endif # GDBMI_IS_STATIC
ifdef PPC_TARGET

View File

@ -73,7 +73,7 @@ endif # NOGDB
ifndef GDBMI_IS_STATIC
ifndef BUILDFULLNATIVE
# Omit executable is only required if generated executable is not static
FPMAKE_OPT+=-sp
FPMAKE_OPT+=-scp
endif
endif # GDBMI_IS_STATIC

View File

@ -2417,7 +2417,7 @@ FPMAKE_OPT+=$(addprefix -o ,$(FPCOPT))
FPMAKE_OPT+=--compiler=$(FPC)
FPMAKE_OPT+=-bu
ifndef BUILDFULLNATIVE
FPMAKE_OPT+=-sp
FPMAKE_OPT+=-scp
endif
.NOTPARALLEL:
fpmake$(SRCEXEEXT): fpmake.pp $(SUB_FPMAKE_SRCS) fpmake_add.inc fpmake_proc.inc

View File

@ -48,7 +48,7 @@ FPMAKE_OPT+=$(addprefix -o ,$(FPCOPT))
FPMAKE_OPT+=--compiler=$(FPC)
FPMAKE_OPT+=-bu
ifndef BUILDFULLNATIVE
FPMAKE_OPT+=-sp
FPMAKE_OPT+=-scp
endif
.NOTPARALLEL: