Efficiency patchlet for pp_aassign()
[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 usenm='y'
13 usemymalloc='n'
14 usevfork='true'
15 useperlio='true'
16 d_eofnblk='define'
17 d_fork='undef'
18 d_vfork='define'
19 groupstype='int'
20
21 # libs
22
23 libpth="/local/lib $prefix/lib"
24 glibpth="$libpth"
25 xlibpth="$libpth"
26
27 libswanted='dld m c gdbm'
28 so=' '
29
30 # dynamic loading
31
32 dlext='o'
33 cccdlflags='none'
34 ccdlflags='none'
35 lddlflags='-oformat a.out-amiga -r'
36
37 # Avoid telldir prototype conflict in pp_sys.c  (AmigaOS uses const DIR *)
38 # Configure should test for this.  Volunteers?
39 pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'