White space and comments only. The devo tree prior to this delta is
[deliverable/binutils-gdb.git] / configure.in
CommitLineData
eb02fd64
RP
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
7c9feeb7 6configdirs="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++"
079399f6 7srctrigger=cfg-paper.texi
eb02fd64 8srcname="gnu development package"
0df06ca0
RP
9
10# per-host:
11
0c6087dd 12# XXX - FIXME there needs to be a case for mh_dgux
0e302572
SG
13
14case "${host_os}" in
99823b66 15m88kbcs) host_makefile_frag=config/mh-delta88;;
5f32984e 16sysv4*) host_makefile_frag=config/mh-sysv4 ;;
0c6087dd 17sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
3b2cf8e8
JG
18ultrix*)
19 case "${host_cpu}" in
20 mips) host_makefile_frag=config/mh-decstation ;;
21 esac
0e302572
SG
22esac
23
f4bda0ff
SEF
24case "${host_vendor}" in
25sco*) host_makefile_frag=config/mh-sco ;;
dd16baba
SEF
26apollo*) case "${host_cpu}" in
27 m68k*)
28 host_makefile_frag=config/mh-apollo68 ;;
29 esac ;;
f4bda0ff
SEF
30esac
31
0df06ca0 32# per-target:
bc58b41d 33
e99a90a7
RP
34bfd_target=
35
44e4e473
SC
36case "${target_vendor}" in
37amd)
38 case "${target_os}" in
39 ebmon) bfd_target="ebmon29k"
40 ;;
41 *) echo "bad target_os for amd" ;;
42 esac
43 ;;
44*)
e99a90a7 45 bfd_target=${target_alias}
44e4e473
SC
46 ;;
47esac
48
05cd8d98 49case "${target_cpu}" in
b9c3a64a 50 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
05cd8d98
HS
51 ;;
52esac
53
bcdbe02f 54target_makefile_frag=config/mt-${bfd_target}
0e302572 55
bc58b41d
RP
56#
57# Local Variables:
58# fill-column: 131
59# End:
60#
This page took 0.040823 seconds and 4 git commands to generate.