amigaos.sh
authorNorbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
Wed, 29 Jan 1997 10:39:49 +0000 (11:39 +0100)
committerChip Salzenberg <chip@atlantic.net>
Tue, 4 Feb 1997 05:47:00 +0000 (17:47 +1200)
Subject: AmigaOS patch (removal)

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

hints/amigaos.sh

index 29d3880a50cf6b38b34522079dd26c6aa8117db1..5f10e1144d01d5768b631505ae55638350ce9d6e 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'