Add casts to remove compiler warnings from native Sun cc.
[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
e99a90a7 6configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib clib gdb emacs make grep diff rcs gdbm cvs prms"
131a3881 7srctrigger=README.configure
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
0c6087dd
SC
15sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
16svr4) host_makefile_frag=config/mh-svr4 ;;
0e302572
SG
17esac
18
0df06ca0 19# per-target:
bc58b41d 20
44e4e473 21
e99a90a7
RP
22bfd_target=
23
44e4e473
SC
24case "${target_vendor}" in
25amd)
26 case "${target_os}" in
27 ebmon) bfd_target="ebmon29k"
28 ;;
29 *) echo "bad target_os for amd" ;;
30 esac
31 ;;
32*)
e99a90a7 33 bfd_target=${target_alias}
44e4e473
SC
34 ;;
35esac
36
37
0c6087dd 38target_makefile_frag=config/mt-${bfd_target}
44e4e473 39
0e302572 40
bc58b41d
RP
41#
42# Local Variables:
43# fill-column: 131
44# End:
45#
This page took 0.033701 seconds and 4 git commands to generate.