diff options
author | Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de> | 1997-01-29 11:39:49 +0100 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-02-04 17:47:00 +1200 |
commit | 0a051f4f5e731bb47ed1e4d5a583f98a0d519501 (patch) | |
tree | 447492e8f114cfa844174f4ddca1cabd04db9f9c /hints/amigaos.sh | |
parent | f2c6908735e0c2f2afe8eb6d87788a1d29d32bfb (diff) | |
download | perl-0a051f4f5e731bb47ed1e4d5a583f98a0d519501.tar.gz |
amigaos.sh
Subject: AmigaOS patch (removal)
p5p-msgid: <77724660@Armageddon.meb.uni-bonn.de>
private-msgid: <77724724@Armageddon.meb.uni-bonn.de>
Diffstat (limited to 'hints/amigaos.sh')
-rw-r--r-- | hints/amigaos.sh | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/hints/amigaos.sh b/hints/amigaos.sh index 29d3880a50..5f10e1144d 100644 --- a/hints/amigaos.sh +++ b/hints/amigaos.sh @@ -7,6 +7,8 @@ archname='m68k-amigaos' cc='gcc' firstmakefile='GNUmakefile' usenm='true' + +usedl='n' usemymalloc='n' usevfork='true' useperlio='true' @@ -15,17 +17,6 @@ d_fork='undef' d_vfork='define' groupstype='int' -# compiler & linker flags - -ccflags='-DAMIGAOS -mstackextend' -ldflags='' -optimize='-O2 -fomit-frame-pointer' - -# uncomment the following settings if you are compiling for an 68020+ system - -# ccflags='-DAMIGAOS -mstackextend -m68020 -resident32' -# ldflags='-m68020 -resident32' - # libs libpth="$prefix/lib /local/lib" @@ -35,13 +26,24 @@ xlibpth="$libpth" libswanted='gdbm m' so=' ' -# dynamic loading +# compiler & linker flags -usedl='n' +ccflags='-DAMIGAOS -mstackextend' +ldflags='' +optimize='-O2 -fomit-frame-pointer' + +# uncomment the following settings if you are compiling for an 68020+ system + +# ccflags='-DAMIGAOS -mstackextend -m68020 -resident32' +# ldflags='-m68020 -resident32' -# uncomment the following line if a working version of dld is available +# uncomment the following line if you want dynamic loading and +# a working version of dld is available -# usedl='y' +# usedl='' +# ccflags='-DAMIGAOS -mstackextend' +# ldflags='' +# optimize='-O2 -fomit-frame-pointer' # dlext='o' # cccdlflags='none' # ccdlflags='none' |