Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin/host-libcpp Disable iconv in host-...
details: https://anonhg.NetBSD.org/src/rev/19fa15047857
branches: trunk
changeset: 347110:19fa15047857
user: tls <tls%NetBSD.org@localhost>
date: Sun Aug 14 16:04:50 2016 +0000
description:
Disable iconv in host-libcpp autoconf: fixes build on Mac OS X.
Thanks to joerg@ for the diagnosis and proposed fix.
diffstat:
external/gpl3/gcc/usr.bin/host-libcpp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 65a55709d254 -r 19fa15047857 external/gpl3/gcc/usr.bin/host-libcpp/Makefile
--- a/external/gpl3/gcc/usr.bin/host-libcpp/Makefile Sun Aug 14 14:55:41 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/host-libcpp/Makefile Sun Aug 14 16:04:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/03/15 19:14:47 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/14 16:04:50 tls Exp $
libcpp/libcpp.a:
[ ! -d libcpp ] && mkdir libcpp || true
@@ -7,7 +7,7 @@
CFLAGS=${HOST_CFLAGS:Q} \
MAKE=${TOOL_GMAKE:Q} \
CONFIG_SHELL=${HOST_SH:Q} \
- ${HOST_SH} ${DIST}/libcpp/configure \
+ ${HOST_SH} ${DIST}/libcpp/configure -v am_cv_func_iconv=no \
&& CC=${HOST_CC:Q} CFLAGS=${HOST_CFLAGS:Q} ${TOOL_GMAKE})
cleandir:
Home |
Main Index |
Thread Index |
Old Index