diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-11-21 19:16:38 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-11-21 19:16:38 +0000 |
commit | 647acb003f0c81431756c884893e0d2f3b19ea38 (patch) | |
tree | 5fc11fa324f232190d84e1cb6d2f38104d87f48d /configure.in | |
parent | ba3eb9c013a05104bbf0ac662d5574163699a2a2 (diff) | |
download | gdb-647acb003f0c81431756c884893e0d2f3b19ea38.zip gdb-647acb003f0c81431756c884893e0d2f3b19ea38.tar.gz gdb-647acb003f0c81431756c884893e0d2f3b19ea38.tar.bz2 |
* configure.in (*-*-netware*): Don't configure xiberty.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 85de7d7..ef34e97 100644 --- a/configure.in +++ b/configure.in @@ -330,7 +330,7 @@ esac case "${target}" in *-*-netware) - noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib" + noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty" ;; alpha-dec-osf*) # ld works, but does not support shared libraries. emacs doesn't |