diff options
Diffstat (limited to 'hints/riscos.sh')
-rw-r--r-- | hints/riscos.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hints/riscos.sh b/hints/riscos.sh new file mode 100644 index 0000000000..e87e99ce14 --- /dev/null +++ b/hints/riscos.sh @@ -0,0 +1,20 @@ +#! /bin/sh +# riscos.sh - hints for building perl using the gccsdk cross compiler for RISC OS +# + + +cc='gcc' +locincpth="" +ccflags="-mpoke-function-name -DDYNAMIC_ENV_FETCH -DPERL_USE_SAFE_PUTENV" +prefix='/<Perl$Dir>' +osname='riscos' +libpth=' ' +optimize='-O2' +myarchname='' +archname='arm-riscos' +installprefix='~/PerlInst' +mkdir -p $installprefix +startperl="#!/usr/bin/perl" +i_shadow='undef' +ebcdic='undef' + |