pkgsrc-wip/gdb6/patches/patch-configure
John R. Shannon 6ba56a9fd0 1) Fixed readline tests failure in testsuite
2) Complete backing out NetBSD native pthread capability; with it pthread
   regressions pass bur other tests fail for a net loss
2004-06-01 15:48:48 +00:00

13 lines
434 B
Text

$NetBSD: patch-configure,v 1.1 2004/06/01 15:48:57 johnrshannon Exp $
--- configure.orig 2004-06-01 08:25:47.000000000 -0600
+++ configure
@@ -920,7 +920,7 @@ target_configdirs=`echo ${target_librari
# This should be done more generally, but at the moment it doesn't matter.
if test ${host_alias} != ${build_alias} ; then
# This is the only build module.
- build_modules=libiberty
+ build_modules=
else
build_modules=
fi