[revert some function caching changes]
[p5sagit/p5-mst-13.2.git] / 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 ccflags='-DAMIGAOS -mstackextend'
10 optimize='-O2 -fomit-frame-pointer'
11
12 cppminus=' '
13 cpprun='cpp'
14 cppstdin='cpp'
15
16 usenm='y'
17 usemymalloc='n'
18 usevfork='true'
19 useperlio='true'
20 d_eofnblk='define'
21 d_fork='undef'
22 d_vfork='define'
23 groupstype='int'
24
25 # libs
26
27 libpth="/local/lib $prefix/lib"
28 glibpth="$libpth"
29 xlibpth="$libpth"
30
31 libswanted='dld m c gdbm'
32 so=' '
33
34 # dynamic loading
35
36 dlext='o'
37 cccdlflags='none'
38 ccdlflags='none'
39 lddlflags='-oformat a.out-amiga -r'
40
41 # Avoid telldir prototype conflict in pp_sys.c  (AmigaOS uses const DIR *)
42 # Configure should test for this.  Volunteers?
43 pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'