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