3 # talk to pueschel@imsdd.meb.uni-bonn.de if you want to change this file.
6 archname='m68k-amigaos'
8 firstmakefile='GNUmakefile'
21 libpth="$prefix/lib /local/lib"
25 # This should remove unwanted libraries instead of limiting the set
26 # to just these few. E.g. what about Berkeley DB?
27 libswanted='gdbm m dld'
30 # compiler & linker flags
31 # Respect command-line values.
33 ccflags="$ccflags -DAMIGAOS -mstackextend"
35 '') optimize='-O2 -fomit-frame-pointer';;
38 # Are these two different from the defaults?
41 lddlflags='-oformat a.out-amiga -r'
43 # uncomment the following settings if you are compiling for an 68020+ system
44 # and want a residentable executable instead of dynamic loading
47 # ccflags='-DAMIGAOS -mstackextend -m68020 -resident32'
48 # ldflags='-m68020 -resident32'
50 # AmigaOS always reports only two links to directories, even if they
51 # contain subdirectories. Consequently, we use this variable to stop
52 # File::Find using the link count to determine whether there are
53 # subdirectories to be searched. This will generate a harmless message:
54 # Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
55 # Propagating recommended variable dont_use_nlink
56 dont_use_nlink='define'