mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
+ support of 1.0 compiler
This commit is contained in:
parent
37f3f95b59
commit
c99df355fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user