don't install gprof.{callg,flat}, install the man page, get the new
[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
3ad0ef37 6configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas"
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
b4e2a59b 15aix*) host_makefile_frag=config/mh-aix ;;
99823b66 16m88kbcs) host_makefile_frag=config/mh-delta88;;
5f32984e 17sysv4*) host_makefile_frag=config/mh-sysv4 ;;
bbc7590a 18solaris*) host_makefile_frag=config/mh-solaris ;;
407a8389 19sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
27c28d61 20sco*) host_makefile_frag=config/mh-sco ;;
407a8389 21irix4) host_makefile_frag=config/mh-irix4 ;;
4da05fa0 22linux) host_makefile_frag=config/mh-linux ;;
3b2cf8e8
JG
23ultrix*)
24 case "${host_cpu}" in
25 mips) host_makefile_frag=config/mh-decstation ;;
26 esac
0e302572
SG
27esac
28
f4bda0ff 29case "${host_vendor}" in
dd16baba
SEF
30apollo*) case "${host_cpu}" in
31 m68k*)
68cd7865
SEF
32 case "${host_os}" in
33 sysv*) host_makefile_frag=config/mh-apollo68 ;;
34 bsd*) host_makefile_frag=config/mh-a68bsd ;;
35 esac;;
dd16baba 36 esac ;;
c4fb14b7
FF
37ncr*) case "${host_os}" in
38 sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
39 esac ;;
40
f4bda0ff
SEF
41esac
42
0df06ca0 43# per-target:
bc58b41d 44
e99a90a7
RP
45bfd_target=
46
44e4e473
SC
47case "${target_vendor}" in
48amd)
49 case "${target_os}" in
9f756cd8
SG
50 ebmon) bfd_target="ebmon29k" ;;
51 udi) bfd_target="udi29k" ;;
44e4e473
SC
52 *) echo "bad target_os for amd" ;;
53 esac
54 ;;
55*)
e99a90a7 56 bfd_target=${target_alias}
44e4e473
SC
57 ;;
58esac
59
05cd8d98 60case "${target_cpu}" in
b9c3a64a 61 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
05cd8d98 62 ;;
9d3f69fb 63 rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//;s/binutils//;s/ld//'`
05cd8d98
HS
64esac
65
bcdbe02f 66target_makefile_frag=config/mt-${bfd_target}
0e302572 67
bc58b41d
RP
68#
69# Local Variables:
70# fill-column: 131
71# End:
72#
9d3f69fb 73
This page took 0.052093 seconds and 4 git commands to generate.