Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib GC deprecated logic. GCC 4.8 is not in tree any more.



details:   https://anonhg.NetBSD.org/src/rev/0f00a2d81049
branches:  trunk
changeset: 821920:0f00a2d81049
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Feb 22 02:58:31 2017 +0000

description:
GC deprecated logic. GCC 4.8 is not in tree any more.

diffstat:

 lib/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 493b227bb723 -r 0f00a2d81049 lib/Makefile
--- a/lib/Makefile      Wed Feb 22 02:42:53 2017 +0000
+++ b/lib/Makefile      Wed Feb 22 02:58:31 2017 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index