3 # talk to pueschel@imsdd.meb.uni-bonn.de if you want to change this file.
6 archname='m68k-amigaos'
8 firstmakefile='GNUmakefile'
20 # the following is needed to prevent pdksh from blowing up
26 libpth="$prefix/lib /local/lib"
33 # compiler & linker flags
35 ccflags='-DAMIGAOS -mstackextend'
37 optimize='-O2 -fomit-frame-pointer'
39 # uncomment the following settings if you are compiling for an 68020+ system
41 # ccflags='-DAMIGAOS -mstackextend -m68020 -resident32'
42 # ldflags='-m68020 -resident32'
44 # uncomment the following line if you want dynamic loading and
45 # a working version of dld is available
48 # ccflags='-DAMIGAOS -mstackextend'
50 # optimize='-O2 -fomit-frame-pointer'
54 # lddlflags='-oformat a.out-amiga -r'
56 # When AmigaOS runs a script with "#!", it sets argv[0] to the script name.
57 toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'
59 # Avoid telldir prototype conflict in pp_sys.c (AmigaOS uses const DIR *)
60 # Configure should test for this. Volunteers?
61 pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
63 # AmigaOS always reports only two links to directories, even if they
64 # contain subdirectories. Consequently, we use this variable to stop
65 # File::Find using the link count to determine whether there are
66 # subdirectories to be searched. This will generate a harmless message:
67 # Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
68 # Propagating recommended variable dont_use_nlink
69 dont_use_nlink='define'