summaryrefslogtreecommitdiff
path: root/hints/riscos.sh
blob: e87e99ce1457fc9dd2c1c318b1caaa4e21d095a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'