Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/make Do not use HOST_CFLAGS to link the make binary.
details: https://anonhg.NetBSD.org/src/rev/35a417ed40fe
branches: trunk
changeset: 829056:35a417ed40fe
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Jan 15 20:14:49 2018 +0000
description:
Do not use HOST_CFLAGS to link the make binary.
diffstat:
tools/make/buildmake.sh.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 10a350a5373a -r 35a417ed40fe tools/make/buildmake.sh.in
--- a/tools/make/buildmake.sh.in Mon Jan 15 19:57:49 2018 +0000
+++ b/tools/make/buildmake.sh.in Mon Jan 15 20:14:49 2018 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: buildmake.sh.in,v 1.10 2018/01/15 19:57:49 uwe Exp $
+# $NetBSD: buildmake.sh.in,v 1.11 2018/01/15 20:14:49 uwe Exp $
#
# buildmake.sh.in - Autoconf-processed shell script for building make(1).
#
@@ -22,4 +22,4 @@
docmd "${HOST_CC} ${HOST_CFLAGS} @DEFS@ -c $f"
done
-docmd "${HOST_CC} ${HOST_CFLAGS} -o ${_TOOL_PREFIX:-nb}make *.o ${HOST_LDFLAGS}"
+docmd "${HOST_CC} -o ${_TOOL_PREFIX:-nb}make *.o ${HOST_LDFLAGS}"
Home |
Main Index |
Thread Index |
Old Index