(int64e_type): Fix definition.
[deliverable/binutils-gdb.git] / mmalloc / configure.in
... / ...
CommitLineData
1# This file is a shell script that supplies the information necessary
2# to tailor a template configure script into the configure script
3# appropriate for this directory. For more information, check any
4# existing configure script.
5
6srctrigger=mmalloc.c
7srcname="mmalloc library"
8configdirs=""
9
10# per-host:
11
12case "${host}" in
13 mips-sgi-irix4)
14 host_makefile_frag=config/mh-irix4
15 ;;
16 *-sun-sunos4*)
17 host_makefile_frag=config/mh-sunos4
18 ;;
19 i[34]86-ncr-sysv4*)
20 host_makefile_frag=config/mh-ncr3000
21 ;;
22 *-*-sysv4*)
23 host_makefile_frag=config/mh-sysv4
24 ;;
25esac
26
27# per-target:
28
29#
30# Local Variables:
31# fill-column: 131
32# End:
33#
This page took 0.021984 seconds and 4 git commands to generate.