1991-04-04 21:01:18 +02: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.
|
|
|
|
|
1991-10-23 06:32:55 +01:00
|
|
|
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib clib gdb emacs make grep diff rcs gdbm cvs prms"
|
1991-10-31 02:25:20 +01:00
|
|
|
srctrigger=README
|
1991-04-04 21:01:18 +02:00
|
|
|
srcname="gnu development package"
|
1991-04-16 01:46:50 +02:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1991-10-24 23:10:04 +01:00
|
|
|
# XXX - FIXME there needs to be a case for mh_dgux
|
1991-09-17 01:17:02 +02:00
|
|
|
|
|
|
|
case "${host_os}" in
|
1991-10-29 09:47:32 +01:00
|
|
|
m88kbcs) host_makefile_frag=config/mh-delta88;;
|
1991-10-24 23:10:04 +01:00
|
|
|
sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
|
|
|
|
svr4) host_makefile_frag=config/mh-svr4 ;;
|
1991-09-17 01:17:02 +02:00
|
|
|
esac
|
|
|
|
|
1991-04-16 01:46:50 +02:00
|
|
|
# per-target:
|
1991-08-25 22:18:21 +02:00
|
|
|
|
1991-10-21 18:06:59 +01:00
|
|
|
|
1991-10-23 06:32:55 +01:00
|
|
|
bfd_target=
|
|
|
|
|
1991-10-21 18:06:59 +01:00
|
|
|
case "${target_vendor}" in
|
|
|
|
amd)
|
|
|
|
case "${target_os}" in
|
|
|
|
ebmon) bfd_target="ebmon29k"
|
|
|
|
;;
|
|
|
|
*) echo "bad target_os for amd" ;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
*)
|
1991-10-23 06:32:55 +01:00
|
|
|
bfd_target=${target_alias}
|
1991-10-21 18:06:59 +01:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
1991-10-24 23:10:04 +01:00
|
|
|
target_makefile_frag=config/mt-${bfd_target}
|
1991-10-21 18:06:59 +01:00
|
|
|
|
1991-09-17 01:17:02 +02:00
|
|
|
|
1991-08-25 22:18:21 +02:00
|
|
|
#
|
|
|
|
# Local Variables:
|
|
|
|
# fill-column: 131
|
|
|
|
# End:
|
|
|
|
#
|