Commit | Line | Data |
---|---|---|
7ee146b1 | 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 |