Browse Source

*** empty log message ***

mazen 22 years ago
parent
commit
e91ce05240
1 changed files with 3 additions and 3 deletions
  1. 3 3
      compiler/mppcsparc

+ 3 - 3
compiler/mppcsparc

@@ -7,7 +7,7 @@ INCLUDE_PATH=`echo -Fi"$RTL_DIR"/{unix,linux,sparc,inc,linux/sparc}`
 if [[ "$1" == "-B" ]] || [[ "$#" == 0 ]]
 if [[ "$1" == "-B" ]] || [[ "$#" == 0 ]]
 then
 then
   cd "$COMP_DIR"
   cd "$COMP_DIR"
-  fpc fpc -gl -dExtDebug -Fu"sparc;systems" -dSPARC -dNoOpt -dGDB "$1"
+  fpc pp -gl -oppcsparc -dExtDebug -Fu"sparc;systems" -dSPARC -dNoOpt -dGDB "$1"
 fi
 fi
 if [[ "$#" -gt "0" ]] && ( [[ "$1" != "-B" ]] || [[ "$#" -gt "1" ]] )
 if [[ "$#" -gt "0" ]] && ( [[ "$1" != "-B" ]] || [[ "$#" -gt "1" ]] )
 then
 then
@@ -16,8 +16,8 @@ then
   then
   then
     shift 1
     shift 1
     SRC_DIR=`echo "$COMP_DIR/"{,sparc,systems}":"`
     SRC_DIR=`echo "$COMP_DIR/"{,sparc,systems}":"`
-    gdb -d "$SRC_DIR" --args "$COMP_DIR"/fpc -s -al $INCLUDE_PATH -dSPARC "$@"
+    gdb -d "$SRC_DIR" --args "$COMP_DIR"/ppcsparc -s -al $INCLUDE_PATH -dSPARC "$@"
   else
   else
-    "$COMP_DIR"/fpc -s -al $INCLUDE_PATH -dSPARC "$@"
+    "$COMP_DIR"/ppcsparc -s -al $INCLUDE_PATH -dSPARC "$@"
   fi
   fi
 fi
 fi