From bee20f7c3c314e0b70de13bf9ee8cd6a42767bbf Mon Sep 17 00:00:00 2001 From: maya Date: Wed, 22 Feb 2017 02:58:31 +0000 Subject: [PATCH] GC deprecated logic. GCC 4.8 is not in tree any more. --- lib/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 55bae44e8abc..01c5fd4d4c6e 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 @@ -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.