* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
authorJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 19 Sep 1995 06:11:12 +0000 (06:11 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 19 Sep 1995 06:11:12 +0000 (06:11 +0000)
gdb, ld and opcodes on v810-*-*.

ChangeLog
configure.in

index 3e3ce3a35455a5ad0d51298c04ca1f36e9c773f1..32f4dfe6ef48344ded9643047cb7d9a52816a960 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 94a1b79b7e6890d6d17a258bbbcae83a82559dca..65f3f278582f723f4c3d678b7744af910daf2729 100644 (file)
@@ -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"
     ;;
This page took 0.029016 seconds and 4 git commands to generate.