浏览代码

* 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
 
 # ----------------