1#! /bin/sh 2# riscos.sh - hints for building perl using the gccsdk cross compiler for RISC OS 3# 4 5 6cc='gcc' 7locincpth="" 8ccflags="-mpoke-function-name -DDYNAMIC_ENV_FETCH" 9prefix='/<Perl$Dir>' 10osname='riscos' 11libpth=' ' 12optimize='-O2' 13myarchname='' 14archname='arm-riscos' 15installprefix='~/PerlInst' 16mkdir -p $installprefix 17startperl="#!/usr/bin/perl" 18i_shadow='undef' 19ebcdic='undef' 20 21