소스 검색

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