Source-Changes-HG archive

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

[src/trunk]: src/share/mk remove the GCC 4 EXTERNAL_GCC_SUBDIR, and switch GC...



details:   https://anonhg.NetBSD.org/src/rev/d62dbc31addf
branches:  trunk
changeset: 793867:d62dbc31addf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 27 20:43:33 2014 +0000

description:
remove the GCC 4 EXTERNAL_GCC_SUBDIR, and switch GCC 4.8 to use gcc.old.

diffstat:

 share/mk/bsd.own.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r cceb0ccff9d1 -r d62dbc31addf share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Feb 27 20:15:53 2014 +0000
+++ b/share/mk/bsd.own.mk       Thu Feb 27 20:43:33 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.771 2014/02/27 10:42:30 martin Exp $
+#      $NetBSD: bsd.own.mk,v 1.772 2014/02/27 20:43:33 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -67,11 +67,8 @@
 #
 .if ${HAVE_GCC} == 45
 EXTERNAL_GCC_SUBDIR=   gcc.old
-EXTERNAL_GCC_SUBDIR=   gcc
 .elif ${HAVE_GCC} == 48
 EXTERNAL_GCC_SUBDIR=   gcc
-.elif ${HAVE_GCC} == 4
-EXTERNAL_GCC_SUBDIR=   ../../gnu/dist/gcc
 .else
 EXTERNAL_GCC_SUBDIR=   /does/not/exist
 .endif



Home | Main Index | Thread Index | Old Index