]> Git Repo - binutils.git/blob - mmalloc/configure.in
* config/tc-hppa.c: Misc trivial changes to make gcc -Wall happy.
[binutils.git] / mmalloc / configure.in
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
6 srctrigger=mmalloc.c
7 srcname="mmalloc library"
8 configdirs=""
9
10 # per-host:
11
12 case "${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         ;;
25 esac
26
27 # per-target:
28
29 #
30 # Local Variables:
31 # fill-column: 131
32 # End:
33 #
This page took 0.025808 seconds and 4 git commands to generate.