Преглед изворни кода

* fixed missing escaping of -XP parameter value

git-svn-id: trunk@4597 -
Jonas Maebe пре 19 година
родитељ
комит
9eb9d90ff7
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 
 # ----------------