1991-04-04 19:01:18 +00: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.
|
|
|
|
|
1992-04-14 01:50:06 +00:00
|
|
|
configdirs="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"
|
1991-12-28 03:15:17 +00:00
|
|
|
srctrigger=cfg-paper.texi
|
1991-04-04 19:01:18 +00:00
|
|
|
srcname="gnu development package"
|
1991-04-15 23:46:50 +00:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1991-10-24 22:10:04 +00:00
|
|
|
# XXX - FIXME there needs to be a case for mh_dgux
|
1991-09-16 23:17:02 +00:00
|
|
|
|
|
|
|
case "${host_os}" in
|
1992-03-25 07:51:05 +00:00
|
|
|
aix*) host_makefile_frag=config/mh-aix ;;
|
1991-10-29 08:47:32 +00:00
|
|
|
m88kbcs) host_makefile_frag=config/mh-delta88;;
|
1991-12-20 19:35:15 +00:00
|
|
|
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
1992-03-05 20:20:27 +00:00
|
|
|
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
1992-04-07 05:57:36 +00:00
|
|
|
sco*) host_makefile_frag=config/mh-sco ;;
|
1992-03-05 20:20:27 +00:00
|
|
|
irix4) host_makefile_frag=config/mh-irix4 ;;
|
1992-02-07 15:55:35 +00:00
|
|
|
ultrix*)
|
|
|
|
case "${host_cpu}" in
|
|
|
|
mips) host_makefile_frag=config/mh-decstation ;;
|
|
|
|
esac
|
1991-09-16 23:17:02 +00:00
|
|
|
esac
|
|
|
|
|
1991-11-13 22:16:12 +00:00
|
|
|
case "${host_vendor}" in
|
1992-02-10 23:43:56 +00:00
|
|
|
apollo*) case "${host_cpu}" in
|
|
|
|
m68k*)
|
1992-04-07 22:11:30 +00:00
|
|
|
case "${host_os}" in
|
|
|
|
sysv*) host_makefile_frag=config/mh-apollo68 ;;
|
|
|
|
bsd*) host_makefile_frag=config/mh-a68bsd ;;
|
|
|
|
esac;;
|
1992-02-10 23:43:56 +00:00
|
|
|
esac ;;
|
1992-04-11 06:13:43 +00:00
|
|
|
ncr*) case "${host_os}" in
|
|
|
|
sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
|
|
|
esac ;;
|
|
|
|
|
1991-11-13 22:16:12 +00:00
|
|
|
esac
|
|
|
|
|
1991-04-15 23:46:50 +00:00
|
|
|
# per-target:
|
1991-08-25 20:18:21 +00:00
|
|
|
|
1991-10-23 05:32:55 +00:00
|
|
|
bfd_target=
|
|
|
|
|
1991-10-21 17:06:59 +00:00
|
|
|
case "${target_vendor}" in
|
|
|
|
amd)
|
|
|
|
case "${target_os}" in
|
|
|
|
ebmon) bfd_target="ebmon29k"
|
|
|
|
;;
|
|
|
|
*) echo "bad target_os for amd" ;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
*)
|
1991-10-23 05:32:55 +00:00
|
|
|
bfd_target=${target_alias}
|
1991-10-21 17:06:59 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
1992-02-02 04:53:15 +00:00
|
|
|
case "${target_cpu}" in
|
1992-02-07 20:14:25 +00:00
|
|
|
mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
|
1992-02-02 04:53:15 +00:00
|
|
|
;;
|
1992-03-25 07:51:05 +00:00
|
|
|
rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'`
|
1992-02-02 04:53:15 +00:00
|
|
|
esac
|
|
|
|
|
1992-02-08 08:57:08 +00:00
|
|
|
target_makefile_frag=config/mt-${bfd_target}
|
1991-09-16 23:17:02 +00:00
|
|
|
|
1991-08-25 20:18:21 +00:00
|
|
|
#
|
|
|
|
# Local Variables:
|
|
|
|
# fill-column: 131
|
|
|
|
# End:
|
|
|
|
#
|