Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc Move the GNUHOSTDIST assignment back to the top of...



details:   https://anonhg.NetBSD.org/src/rev/065694977661
branches:  trunk
changeset: 790793:065694977661
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 21 08:59:29 2013 +0000

description:
Move the GNUHOSTDIST assignment back to the top of the Makefile.

diffstat:

 tools/gcc/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 862f9a2642ca -r 065694977661 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Mon Oct 21 08:28:14 2013 +0000
+++ b/tools/gcc/Makefile        Mon Oct 21 08:59:29 2013 +0000
@@ -1,10 +1,14 @@
-#      $NetBSD: Makefile,v 1.59 2013/10/20 17:12:23 skrll Exp $
+#      $NetBSD: Makefile,v 1.60 2013/10/21 08:59:29 skrll Exp $
 
 .include <bsd.own.mk>
 
 GCC_LANGUAGES=c c++ objc
 MODULE=                        gcc4
 
+.if ${HAVE_GCC} == 45
+GNUHOSTDIST=           ${.CURDIR}/../../external/gpl3/gcc/dist
+.endif
+
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64"
 MULTILIB_ARGS= --enable-multilib
 .else
@@ -69,7 +73,6 @@
 
 .if ${HAVE_GCC} == 45
 MKNATIVE_TARGET=       gcc45
-GNUHOSTDIST=           ${.CURDIR}/../../external/gpl3/gcc/dist
 MKNATIVE_CONFIG_TARGET_LIBS+= \
        configure-target-libgomp
 .else



Home | Main Index | Thread Index | Old Index