diff options
Diffstat (limited to 'hints')
-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' |