Initial import from FreeBSD RELENG_4:
[games.git] / contrib / perl5 / hints / amigaos.sh
1 # hints/amigaos.sh
2 #
3 # talk to pueschel@imsdd.meb.uni-bonn.de if you want to change this file.
4 #
5 # misc stuff
6 archname='m68k-amigaos'
7 cc='gcc'
8 firstmakefile='GNUmakefile'
9 usenm='true'
10
11 usemymalloc='n'
12 usevfork='true'
13 useperlio='true'
14 d_eofnblk='define'
15 d_fork='undef'
16 d_vfork='define'
17 groupstype='int'
18
19 # libs
20
21 libpth="$prefix/lib /local/lib"
22 glibpth="$libpth"
23 xlibpth="$libpth"
24
25 libswanted='gdbm m dld'
26 so=' '
27
28 # compiler & linker flags
29
30 ccflags='-DAMIGAOS -mstackextend'
31 ldflags=''
32 optimize='-O2 -fomit-frame-pointer'
33 dlext='o'
34 cccdlflags='none'
35 ccdlflags='none'
36 lddlflags='-oformat a.out-amiga -r'
37
38 # uncomment the following settings if you are compiling for an 68020+ system
39 # and want a residentable executable instead of dynamic loading
40
41 # usedl='n'
42 # ccflags='-DAMIGAOS -mstackextend -m68020 -resident32'
43 # ldflags='-m68020 -resident32'
44
45 # AmigaOS always reports only two links to directories, even if they
46 # contain subdirectories.  Consequently, we use this variable to stop
47 # File::Find using the link count to determine whether there are
48 # subdirectories to be searched.  This will generate a harmless message:
49 # Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
50 #       Propagating recommended variable dont_use_nlink
51 dont_use_nlink='define'