This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Win32: try to make the new stat pre-Vista compatible
[perl5.git] / hints / riscos.sh
1 #! /bin/sh
2 # riscos.sh - hints for building perl using the gccsdk cross compiler for RISC OS
3 #
4
5
6 cc='gcc'
7 locincpth=""
8 ccflags="-mpoke-function-name -DDYNAMIC_ENV_FETCH -DPERL_USE_SAFE_PUTENV"
9 prefix='/<Perl$Dir>'
10 osname='riscos'
11 libpth=' '
12 optimize='-O2'
13 myarchname=''
14 archname='arm-riscos'
15 installprefix='~/PerlInst'
16 mkdir -p $installprefix
17 startperl="#!/usr/bin/perl"
18 i_shadow='undef'
19 ebcdic='undef'
20