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.
|
|
|
|
|
1991-09-12 09:33:19 +09:00
|
|
|
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb emacs make grep diff rcs gdbm cvs prms"
|
1991-04-11 10:41:53 +08:00
|
|
|
srctrigger=README.configure
|
1991-04-05 03:01:18 +08:00
|
|
|
srcname="gnu development package"
|
1991-04-16 08:46:50 +09:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1991-09-17 07:17:02 +08:00
|
|
|
# XXX - FIXME there needs to be a case for hmake-dgux
|
|
|
|
|
|
|
|
case "${host_os}" in
|
1991-10-04 14:49:34 +08:00
|
|
|
sysv* | irix*) host_makefile_frag=config/hmake-sysv ;;
|
|
|
|
svr4) host_makefile_frag=config/hmake-svr4 ;;
|
1991-09-17 07:17:02 +08:00
|
|
|
esac
|
|
|
|
|
1991-04-16 08:46:50 +09:00
|
|
|
# per-target:
|
1991-08-26 05:18:21 +09:00
|
|
|
|
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
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo "bad target_vendor"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
target_makefile_frag=config/t-${bfd_target}
|
|
|
|
|
1991-09-17 07:17:02 +08:00
|
|
|
|
1991-08-26 05:18:21 +09:00
|
|
|
#
|
|
|
|
# Local Variables:
|
|
|
|
# fill-column: 131
|
|
|
|
# End:
|
|
|
|
#
|