diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-09-19 06:11:12 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-09-19 06:11:12 +0000 |
commit | 486e0f0ac5320742b2765d5ee103c661e22f0553 (patch) | |
tree | ba9a12721014fe5a06d7538b6bc69abeb9361904 /configure.in | |
parent | e9aea0b33ea95f55a7eaeb2b2baba4c19963e70a (diff) | |
download | gdb-486e0f0ac5320742b2765d5ee103c661e22f0553.zip gdb-486e0f0ac5320742b2765d5ee103c661e22f0553.tar.gz gdb-486e0f0ac5320742b2765d5ee103c661e22f0553.tar.bz2 |
* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
gdb, ld and opcodes on v810-*-*.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
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" ;; |