mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 18:07:13 +01:00
+ added support of NewRA in compilation of ppcsparc
This commit is contained in:
parent
2b1c8b16a1
commit
3f76298b6b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user