Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb we want no-iconv for the tools build, but we want ...
details: https://anonhg.NetBSD.org/src/rev/a4be2a57eb4c
branches: trunk
changeset: 357824:a4be2a57eb4c
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 29 04:24:35 2017 +0000
description:
we want no-iconv for the tools build, but we want iconv for mknative.
diffstat:
tools/gdb/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 42b20f44413e -r a4be2a57eb4c tools/gdb/Makefile
--- a/tools/gdb/Makefile Wed Nov 29 04:09:01 2017 +0000
+++ b/tools/gdb/Makefile Wed Nov 29 04:24:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/11/29 03:33:01 christos Exp $
+# $NetBSD: Makefile,v 1.34 2017/11/29 04:24:35 christos Exp $
.include <bsd.own.mk>
@@ -25,7 +25,7 @@
BINENV= /usr/bin/env -i
-MKNATIVE_ENV= ${BINENV} ${CONFIGURE_ENV:NC*:NLD*} \
+MKNATIVE_ENV= ${BINENV} ${CONFIGURE_ENV:NC*:NLD*:Nam_cv_func_iconv*} \
CC_FOR_BUILD=${HOST_CC:Q} \
CXX_FOR_BUILD=${HOST_CXX:Q} \
CFLAGS_FOR_BUILD="-I${TOOLDIR}/include" \
@@ -64,7 +64,7 @@
bash_cv_func_strcoll_broken=no \
bash_cv_must_reinstall_sighandlers=no
-#CONFIGURE_ENV+= am_cv_func_iconv=no
+CONFIGURE_ENV+= am_cv_func_iconv=no
# Recent versions of Solaris have ncurses, but they hide the lib in an
# odd directory. Prevent configure from finding the ncurses headers,
Home |
Main Index |
Thread Index |
Old Index