summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2017-02-22 02:58:31 +0000
committermaya <maya@NetBSD.org>2017-02-22 02:58:31 +0000
commit2fd65aa546549e37726f6f4c84a449d12f7c27dd (patch)
treeaa4d60eb697b693b50a8e11b79999523df29c5b3 /lib/Makefile
parent69a72c216af7e6eb856307506dd8bd7e16b108b7 (diff)
GC deprecated logic. GCC 4.8 is not in tree any more.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 55bae44e8ab..01c5fd4d4c6 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.249 2017/02/08 03:44:41 kamil Exp $
+# $NetBSD: Makefile,v 1.250 2017/02/22 02:58:31 maya Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -83,10 +83,6 @@ SUBDIR+= ../external/gpl2/libmalloc
.if (${MKGCC} != "no")
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libgomp
-. if ${HAVE_GCC} == 48
-SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libmudflap
-SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libmudflapth
-. endif
# Should probably move GMP, MPFR and MPC builds into the GCC >= 4.5
# specific build area, but we get better parallelism this way.
# We don't build compat versions of these.