mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-03 22:03:43 +02:00
* local source installation independent script
This commit is contained in:
parent
67ea49cab3
commit
773c99e9ba
@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [[ "$1" != "" ]]
|
if [[ "$#" != "0" ]]
|
||||||
then
|
then
|
||||||
FPCSRC="$HOME/FPC/Demo/src/fpc"
|
cd "`dirname "$0"`/.."
|
||||||
|
FPCSRC="$PWD"
|
||||||
cd $FPCSRC/tests/sparc
|
cd $FPCSRC/tests/sparc
|
||||||
$FPCSRC/compiler/ppcsparc -s -al -Fi$FPCSRC/rtl/{unix,linux,sparc,inc} -dSPARC "$@"
|
$FPCSRC/compiler/ppcsparc -s -al -Fi$FPCSRC/rtl/{unix,linux,sparc,inc} -dSPARC "$@"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user