f63450c4a716cbf18f418ff411985f20ae8107f3
[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
31 bfd_target=
32
33 case "${target_vendor}" in
34 amd)
35 case "${target_os}" in
36 ebmon) bfd_target="ebmon29k"
37 ;;
38 *) echo "bad target_os for amd" ;;
39 esac
40 ;;
41 *)
42 bfd_target=${target_alias}
43 ;;
44 esac
45
46 case "${target_cpu}" in
47 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
48 ;;
49 esac
50
51
52 target_makefile_frag=config/mt-${bfd_target}
53
54
55 #
56 # Local Variables:
57 # fill-column: 131
58 # End:
59 #
This page took 0.032637 seconds and 4 git commands to generate.