amigaos.sh
Norbert Pueschel [Wed, 29 Jan 1997 10:39:49 +0000 (11:39 +0100)]
Subject: AmigaOS patch (removal)

p5p-msgid: <77724660@Armageddon.meb.uni-bonn.de>
private-msgid: <77724724@Armageddon.meb.uni-bonn.de>

hints/amigaos.sh

index 29d3880..5f10e11 100644 (file)
@@ -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'