[revert some function caching changes]
[p5sagit/p5-mst-13.2.git] / hints / amigaos.sh
CommitLineData
55497cff 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
6archname='m68k-amigaos'
7cc='gcc'
8firstmakefile='GNUmakefile'
9ccflags='-DAMIGAOS -mstackextend'
10optimize='-O2 -fomit-frame-pointer'
11
12cppminus=' '
13cpprun='cpp'
14cppstdin='cpp'
15
16usenm='y'
17usemymalloc='n'
18usevfork='true'
19useperlio='true'
20d_eofnblk='define'
21d_fork='undef'
22d_vfork='define'
23groupstype='int'
24
25# libs
26
27libpth="/local/lib $prefix/lib"
28glibpth="$libpth"
29xlibpth="$libpth"
30
31libswanted='dld m c gdbm'
32so=' '
33
34# dynamic loading
35
36dlext='o'
37cccdlflags='none'
38ccdlflags='none'
39lddlflags='-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?
43pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'