summaryrefslogtreecommitdiff
path: root/gnu/egcs/libstdc++
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-11-24 17:12:56 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-11-24 17:12:56 +0000
commit24c4973ef25d4c5d3ddb9e5acd4bb6ebeca24827 (patch)
treef7057b0c800e57d699119ce470f4613063425e45 /gnu/egcs/libstdc++
parent2c0f1a5d43f3639dbb6816c5f83979140e73e183 (diff)
Switch to using libiberty in new location.
Disable building of cxxfilt in gcc, build it from its own directory.
Diffstat (limited to 'gnu/egcs/libstdc++')
-rw-r--r--gnu/egcs/libstdc++/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
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)