Browse Source

* fixed missing escaping of -XP parameter value

git-svn-id: trunk@4597 -
Jonas Maebe 19 năm trước cách đây
mục cha
commit
9eb9d90ff7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 
 # ----------------