summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authormortimer <mortimer@cvs.openbsd.org>2017-08-10 16:07:00 +0000
committermortimer <mortimer@cvs.openbsd.org>2017-08-10 16:07:00 +0000
commita4a03518c752a86625fc1cfc686c6db10fe7c055 (patch)
tree49037050066d431e20f007df663c72152556a838 /gnu/lib
parenta679b65bf1ad9b1acca3a7fcbf71c7030d170186 (diff)
Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 from ports.
ok bluhm@ sebastia@ dcoppa@
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 6050bae902c..af5f0798fbd 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -1,17 +1,16 @@
-# $OpenBSD: Makefile,v 1.21 2017/04/17 15:53:21 kettenis Exp $
+# $OpenBSD: Makefile,v 1.22 2017/08/10 16:06:59 mortimer Exp $
.include <bsd.own.mk>
SUBDIR+=libiberty libreadline
.if make(obj)
-SUBDIR+=libobjc libstdc++ libstdc++-v3 libsupc++-v3 ../usr.bin/cc/libobjc
+SUBDIR+=libstdc++ libstdc++-v3 libsupc++-v3
.else
. if ${BUILD_GCC3:L} == "yes"
-SUBDIR+=libobjc libstdc++
+SUBDIR+=libstdc++
. endif
. if ${BUILD_GCC4:L} == "yes"
-# XXX make sure we build libobjc & libstdc++-v3 from gcc4
-SUBDIR+=../usr.bin/cc/libobjc
+# XXX make sure we build libstdc++-v3 from gcc4
SUBDIR+=libstdc++-v3 libsupc++-v3
. endif
.endif