* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
gdb, ld and opcodes on v810-*-*.
This commit is contained in:
parent
e9aea0b33e
commit
486e0f0ac5
2 changed files with 9 additions and 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>
|
Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas <angela@cygnus.com>
|
||||||
|
|
||||||
* config/mh-ncrsvr43: Removed AR_FLAGS
|
* config/mh-ncrsvr43: Removed AR_FLAGS
|
||||||
|
|
||||||
Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
|
Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
|
@ -473,6 +473,9 @@ case "${target}" in
|
||||||
use_gnu_ld=no
|
use_gnu_ld=no
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
v810-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs bfd binutils ld gas gcc gdb opcodes"
|
||||||
|
;;
|
||||||
vax-*-vms)
|
vax-*-vms)
|
||||||
noconfigdirs="$noconfigdirs bfd binutils gdb ld newlib opcodes"
|
noconfigdirs="$noconfigdirs bfd binutils gdb ld newlib opcodes"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue