Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk For now, provide a path to the gcc 4.1 distribution...
details: https://anonhg.NetBSD.org/src/rev/ca49b2463e7b
branches: trunk
changeset: 327101:ca49b2463e7b
user: martin <martin%NetBSD.org@localhost>
date: Thu Feb 27 10:42:30 2014 +0000
description:
For now, provide a path to the gcc 4.1 distribution as well
diffstat:
share/mk/bsd.own.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d3fea1e25a37 -r ca49b2463e7b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Feb 27 09:58:05 2014 +0000
+++ b/share/mk/bsd.own.mk Thu Feb 27 10:42:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.770 2014/02/26 05:51:11 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.771 2014/02/27 10:42:30 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -70,6 +70,8 @@
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