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/egcs/Makefile.bsd-wrapper | |
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/egcs/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/egcs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/Makefile.bsd-wrapper b/gnu/egcs/Makefile.bsd-wrapper index ab9f1ab30e5..ca5e7f62dc2 100644 --- a/gnu/egcs/Makefile.bsd-wrapper +++ b/gnu/egcs/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2001/09/11 17:35:46 jason Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2003/11/24 17:12:55 espie Exp $ -SUBDIR+= libiberty libio libstdc++ libf2c libobjc +SUBDIR+= libio libf2c libstdc++ libobjc # just so that the main directory will have a subdir, which simplifies # libf2c/libobjc build |