Explorar o código

* fixed missing escaping of -XP parameter value

git-svn-id: trunk@4597 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
9eb9d90ff7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

@@ -111,7 +111,7 @@ cat <<EOFCFG > $thefile
 
 # set binutils prefix
 #IFDEF FPC_CROSSCOMPILING
-  -XP$fpctarget-
+  -XP\$fpctarget-
 #ENDIF
 
 # ----------------