From 647acb003f0c81431756c884893e0d2f3b19ea38 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Mon, 21 Nov 1994 19:16:38 +0000 Subject: [PATCH] * configure.in (*-*-netware*): Don't configure xiberty. --- ChangeLog | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b977c8dbd1..96f217f570 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Nov 21 11:14:01 1994 J.T. Conklin + + * 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 85de7d76d3..ef34e97f52 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