Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc set MODULE to ${EXTERNAL_GCC_SUBDIR} so this actua...



details:   https://anonhg.NetBSD.org/src/rev/e73df2e52108
branches:  trunk
changeset: 937251:e73df2e52108
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Aug 13 10:57:53 2020 +0000

description:
set MODULE to ${EXTERNAL_GCC_SUBDIR} so this actually works..

diffstat:

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

diffs (15 lines):

diff -r 5fd691cc4fcb -r e73df2e52108 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Thu Aug 13 08:42:18 2020 +0000
+++ b/tools/gcc/Makefile        Thu Aug 13 10:57:53 2020 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.97 2019/11/06 07:26:31 mrg Exp $
+#      $NetBSD: Makefile,v 1.98 2020/08/13 10:57:53 mrg Exp $
 
 .include <bsd.hostinit.mk>
 
 GCC_LANGUAGES=c c++ objc
-MODULE=                        gcc4
+MODULE=                ${EXTERNAL_GCC_SUBDIR}
 
 GCCDIST=       ${.CURDIR}/../../external/gpl3/${EXTERNAL_GCC_SUBDIR}/dist
 GNUHOSTDIST=   ${GCCDIST}



Home | Main Index | Thread Index | Old Index