From 0a051f4f5e731bb47ed1e4d5a583f98a0d519501 Mon Sep 17 00:00:00 2001 From: Norbert Pueschel Date: Wed, 29 Jan 1997 11:39:49 +0100 Subject: amigaos.sh Subject: AmigaOS patch (removal) p5p-msgid: <77724660@Armageddon.meb.uni-bonn.de> private-msgid: <77724724@Armageddon.meb.uni-bonn.de> --- hints/amigaos.sh | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'hints/amigaos.sh') 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' -- cgit v1.2.1