From 24c4973ef25d4c5d3ddb9e5acd4bb6ebeca24827 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 24 Nov 2003 17:12:56 +0000 Subject: Switch to using libiberty in new location. Disable building of cxxfilt in gcc, build it from its own directory. --- gnu/egcs/libstdc++/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/egcs/libstdc++') diff --git a/gnu/egcs/libstdc++/Makefile.bsd-wrapper b/gnu/egcs/libstdc++/Makefile.bsd-wrapper index 72e89159dd0..0e2ff573042 100644 --- a/gnu/egcs/libstdc++/Makefile.bsd-wrapper +++ b/gnu/egcs/libstdc++/Makefile.bsd-wrapper @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2003/02/09 19:31:50 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2003/11/24 17:12:55 espie Exp $ .if (${MACHINE_ARCH} == "mips") NOPIC= .endif IO_DIR= $(.CURDIR)/../libio -LIBIBERTY_DIR= $(.CURDIR)/../libiberty +LIBIBERTY_DIR= $(.CURDIR)/../../lib/libiberty STD_DIR= $(.CURDIR)/std .if defined(OBJMACHINE) -- cgit v1.2.3