diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,10 @@ +Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc, + gdb, ld and opcodes on v810-*-*. + Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas <angela@cygnus.com> + * config/mh-ncrsvr43: Removed AR_FLAGS Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com> diff --git a/configure.in b/configure.in index 94a1b79b..65f3f27 100644 --- a/configure.in +++ b/configure.in @@ -473,6 +473,9 @@ case "${target}" in use_gnu_ld=no fi ;; + v810-*-*) + noconfigdirs="$noconfigdirs bfd binutils ld gas gcc gdb opcodes" + ;; vax-*-vms) noconfigdirs="$noconfigdirs bfd binutils gdb ld newlib opcodes" ;; |