binutils-gdb/configure.in

52 lines
1.1 KiB
Plaintext
Raw Normal View History

1991-04-05 03:01:18 +08:00
# This file is a shell script fragment that supplies the information
# necessary to tailor a template configure script into the configure
# script appropriate for this directory. For more information, check
# any existing configure script.
configdirs="libiberty texinfo bfd binutils byacc bison gcc readline glob flex ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs prms fileutils libg++"
srctrigger=cfg-paper.texi
1991-04-05 03:01:18 +08:00
srcname="gnu development package"
# per-host:
1991-10-25 06:10:04 +08:00
# XXX - FIXME there needs to be a case for mh_dgux
1991-09-17 07:17:02 +08:00
case "${host_os}" in
1991-10-29 16:47:32 +08:00
m88kbcs) host_makefile_frag=config/mh-delta88;;
1991-12-21 03:35:15 +08:00
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
1991-10-25 06:10:04 +08:00
sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
1991-12-10 16:10:33 +08:00
ultrix) host_makefile_frag=config/mh-decstation ;;
1991-09-17 07:17:02 +08:00
esac
1991-11-14 06:16:12 +08:00
case "${host_vendor}" in
sco*) host_makefile_frag=config/mh-sco ;;
esac
# per-target:
1991-08-26 05:18:21 +09:00
1991-10-22 01:06:59 +08:00
1991-10-23 13:32:55 +08:00
bfd_target=
1991-10-22 01:06:59 +08:00
case "${target_vendor}" in
amd)
case "${target_os}" in
ebmon) bfd_target="ebmon29k"
;;
*) echo "bad target_os for amd" ;;
esac
;;
*)
1991-10-23 13:32:55 +08:00
bfd_target=${target_alias}
1991-10-22 01:06:59 +08:00
;;
esac
1991-10-25 06:10:04 +08:00
target_makefile_frag=config/mt-${bfd_target}
1991-10-22 01:06:59 +08:00
1991-09-17 07:17:02 +08:00
1991-08-26 05:18:21 +09:00
#
# Local Variables:
# fill-column: 131
# End:
#