* config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
[deliverable/binutils-gdb.git] / mmalloc / configure.in
CommitLineData
63abb1e7
FF
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
d5dcef63
DZ
12case "${host}" in
13 mips-sgi-irix4)
14 host_makefile_frag=config/mh-irix4
63abb1e7 15 ;;
d5dcef63 16 *-sun-sunos4*)
63abb1e7
FF
17 host_makefile_frag=config/mh-sunos4
18 ;;
d5dcef63
DZ
19 i[34]86-ncr-sysv4*)
20 host_makefile_frag=config/mh-ncr3000
21 ;;
22 *-*-sysv4*)
23 host_makefile_frag=config/mh-sysv4
63abb1e7 24 ;;
63abb1e7
FF
25esac
26
27# per-target:
28
29#
30# Local Variables:
31# fill-column: 131
32# End:
33#
This page took 0.095904 seconds and 4 git commands to generate.