From 3f76298b6bda16dc98599cc87f191565ed923717 Mon Sep 17 00:00:00 2001 From: mazen Date: Mon, 11 Aug 2003 13:21:01 +0000 Subject: [PATCH] + added support of NewRA in compilation of ppcsparc --- compiler/mppcsparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/mppcsparc b/compiler/mppcsparc index e64a3ac0fb..5d739357dc 100644 --- a/compiler/mppcsparc +++ b/compiler/mppcsparc @@ -10,7 +10,7 @@ TEST_DIR="-FE$FPC_SRC_DIR/tests/sparc" if [[ "$1" == "-B" ]] || [[ "$#" == 0 ]] then cd "$COMP_DIR" - fpc pp -gl -oppcsparc -dExtDebug -Fu"sparc;systems" -FE"sparc" -dSPARC -dNoOpt -dGDB "$1" + fpc pp -gl -oppcsparc -dExtDebug -Fu"sparc;systems" -FE"sparc" -dSPARC -dGDB -dNewRA "$1" fi if [[ "$#" -gt "0" ]] && ( [[ "$1" != "-B" ]] || [[ "$#" -gt "1" ]] ) then