cacfd0265cb21ffd014517db1047ac6b873b9029
[deliverable/binutils-gdb.git] / configure.in
1 # This file is a shell script fragment that supplies the information
2 # necessary to tailor a template configure script into the configure
3 # script appropriate for this directory. For more information, check
4 # any existing configure script.
5
6 configdirs="libiberty texinfo bfd binutils byacc bison gcc readline glob flex ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs patch prms fileutils libg++"
7 srctrigger=cfg-paper.texi
8 srcname="gnu development package"
9
10 # per-host:
11
12 # XXX - FIXME there needs to be a case for mh_dgux
13
14 case "${host_os}" in
15 m88kbcs) host_makefile_frag=config/mh-delta88;;
16 sysv4*) host_makefile_frag=config/mh-sysv4 ;;
17 sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
18 ultrix*)
19 case "${host_cpu}" in
20 mips) host_makefile_frag=config/mh-decstation ;;
21 esac
22 esac
23
24 case "${host_vendor}" in
25 sco*) host_makefile_frag=config/mh-sco ;;
26 esac
27
28 # per-target:
29
30 bfd_target=
31
32 case "${target_vendor}" in
33 amd)
34 case "${target_os}" in
35 ebmon) bfd_target="ebmon29k"
36 ;;
37 *) echo "bad target_os for amd" ;;
38 esac
39 ;;
40 *)
41 bfd_target=${target_alias}
42 ;;
43 esac
44
45 case "${target_cpu}" in
46 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
47 ;;
48 esac
49
50 target_makefile_frag=config/mt-${bfd_target}
51
52 #
53 # Local Variables:
54 # fill-column: 131
55 # End:
56 #
This page took 0.030021 seconds and 4 git commands to generate.