binutils-gdb/configure.in

27 lines
694 B
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.
1991-09-12 02:33:19 +02:00
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb emacs make grep diff rcs gdbm cvs prms"
1991-04-11 04:41:53 +02:00
srctrigger=README.configure
1991-04-04 21:01:18 +02:00
srcname="gnu development package"
# per-host:
1991-09-17 01:17:02 +02:00
# XXX - FIXME there needs to be a case for hmake-dgux
case "${host_os}" in
sysv* | irix*) host_makefile_frag=config/hmake-sysv ;;
esac
# per-target:
1991-08-25 22:18:21 +02:00
1991-09-17 01:17:02 +02:00
# XXX - FIXME there needs to be a case for tmake-a29k
1991-08-25 22:18:21 +02:00
#
# Local Variables:
# fill-column: 131
# End:
#