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 | |
parent | ba3eb9c013a05104bbf0ac662d5574163699a2a2 (diff) | |
download | gdb-647acb003f0c81431756c884893e0d2f3b19ea38.zip gdb-647acb003f0c81431756c884893e0d2f3b19ea38.tar.gz gdb-647acb003f0c81431756c884893e0d2f3b19ea38.tar.bz2 |
* configure.in (*-*-netware*): Don't configure xiberty.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com> + + * configure.in (*-*-netware*): Don't configure xiberty. + +Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com) + + * configure.in: Remove tk from native_only list. + Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com) * build-all.mk: Add mips-ncd-elf target to sun4 targets 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 |