Ver código fonte

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 -
Károly Balogh 7 anos atrás
pai
commit
f7478704cb
4 arquivos alterados com 4 adições e 4 exclusões
  1. 1 1
      ide/Makefile
  2. 1 1
      ide/Makefile.fpc
  3. 1 1
      utils/Makefile
  4. 1 1
      utils/Makefile.fpc

+ 1 - 1
ide/Makefile

@@ -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

+ 1 - 1
ide/Makefile.fpc

@@ -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
 

+ 1 - 1
utils/Makefile

@@ -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

+ 1 - 1
utils/Makefile.fpc

@@ -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: