Explorar el Código

+ support of 1.0 compiler

mazen hace 21 años
padre
commit
c99df355fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/mppcsparc

+ 1 - 1
compiler/mppcsparc

@@ -11,7 +11,7 @@ TEST_DIR="$FPC_SRC_DIR/tests/test"
 if [[ "$1" == "-B" ]] || [[ "$#" == 0 ]]
 then
   cd "$COMP_DIR"
-  fpc pp -gl -oppcsparc -dExtDebug -Fu"sparc;systems" -FE"sparc" -dSPARC -dGDB -dNewRA "$1"
+  fpc -dHaveLinuxRtl10 pp -gl -oppcsparc -dExtDebug -Fu"sparc;systems" -FE"sparc" -dSPARC -dGDB -dNewRA "$1"
 fi
 if [[ "$#" -gt "0" ]] && ( [[ "$1" != "-B" ]] || [[ "$#" -gt "1" ]] )
 then