diff --git a/ChangeLog b/ChangeLog index 3e3ce3a3545..32f4dfe6ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +Mon Sep 18 23:08:26 1995 J.T. Conklin + + * 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 + * config/mh-ncrsvr43: Removed AR_FLAGS Tue Sep 12 18:03:31 1995 Ian Lance Taylor diff --git a/configure.in b/configure.in index 94a1b79b7e6..65f3f278582 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" ;;