diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-24 17:12:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-24 17:12:56 +0000 |
commit | 24c4973ef25d4c5d3ddb9e5acd4bb6ebeca24827 (patch) | |
tree | f7057b0c800e57d699119ce470f4613063425e45 /gnu/usr.bin | |
parent | 2c0f1a5d43f3639dbb6816c5f83979140e73e183 (diff) |
Switch to using libiberty in new location.
Disable building of cxxfilt in gcc, build it from its own directory.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index de478bebb0f..e2a7a1ef539 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.39 2003/10/15 07:47:08 mickey Exp $ +# $OpenBSD: Makefile,v 1.40 2003/11/24 17:12:55 espie Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> SUBDIR+= ../egcs/gcc -SUBDIR+= cvs groff lynx rcs sendbug binutils +SUBDIR+= cxxfilt cvs groff lynx rcs sendbug binutils # most ports use binutils gas and ld, some do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" |