binutils-gdb/configure.in

74 lines
1.8 KiB
Plaintext
Raw Normal View History

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.
1992-07-17 03:34:45 +02:00
configdirs="autoconf libgcc 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 libm tgas"
srctrigger=cfg-paper.texi
1991-04-04 21:01:18 +02:00
srcname="gnu development package"
# 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
aix*) host_makefile_frag=config/mh-aix ;;
1991-10-29 09:47:32 +01:00
m88kbcs) host_makefile_frag=config/mh-delta88;;
1991-12-20 20:35:15 +01:00
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
1992-06-01 02:29:44 +02:00
solaris*) host_makefile_frag=config/mh-solaris ;;
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
sco*) host_makefile_frag=config/mh-sco ;;
irix4) host_makefile_frag=config/mh-irix4 ;;
1992-06-23 08:50:30 +02:00
linux) host_makefile_frag=config/mh-linux ;;
ultrix*)
case "${host_cpu}" in
mips) host_makefile_frag=config/mh-decstation ;;
esac
1991-09-17 01:17:02 +02:00
esac
1991-11-13 23:16:12 +01:00
case "${host_vendor}" in
apollo*) case "${host_cpu}" in
m68k*)
case "${host_os}" in
sysv*) host_makefile_frag=config/mh-apollo68 ;;
bsd*) host_makefile_frag=config/mh-a68bsd ;;
esac;;
esac ;;
ncr*) case "${host_os}" in
sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
esac ;;
1991-11-13 23:16:12 +01:00
esac
# per-target:
1991-08-25 22:18:21 +02: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
1992-04-24 08:27:14 +02:00
ebmon) bfd_target="ebmon29k" ;;
udi) bfd_target="udi29k" ;;
1991-10-21 18:06:59 +01:00
*) 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
1992-02-02 05:53:15 +01:00
case "${target_cpu}" in
1992-02-07 21:14:25 +01:00
mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
1992-02-02 05:53:15 +01:00
;;
rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//;s/binutils//;s/ld//'`
1992-02-02 05:53:15 +01:00
esac
target_makefile_frag=config/mt-${bfd_target}
1991-09-17 01:17:02 +02:00
1991-08-25 22:18:21 +02:00
#
# Local Variables:
# fill-column: 131
# End:
#