mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 01:50:49 +02:00
+ command line to compile test programs
This commit is contained in:
parent
6ee1123e9a
commit
e0451e6641
@ -1,2 +1,9 @@
|
||||
#!/bin/bash
|
||||
fpc pp -gl -oppcsparc -dExtDebug -Fusparc -Fusystems -dSPARC -dNoOpt -dGDB
|
||||
if [[ "$1" != "" ]]
|
||||
then
|
||||
FPCSRC="$HOME/FPC/Demo/src/fpc"
|
||||
cd $FPCSRC/tests/sparc
|
||||
$FPCSRC/compiler/ppcsparc -s -al -Fi$FPCSRC/rtl/{unix,linux,sparc,inc} -dSPARC "$@"
|
||||
else
|
||||
fpc pp -gl -oppcsparc -dExtDebug -Fusparc -Fusystems -dSPARC -dNoOpt -dGDB
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user