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/24bf9db85a6a
branches:  trunk
changeset: 828125:24bf9db85a6a
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 444efffa5295 -r 24bf9db85a6a 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