projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Regenerate META.yml
[p5sagit/p5-mst-13.2.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