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 PR bin/55411 (Akihiko ...
details: https://anonhg.NetBSD.org/src/rev/01da5ff65002
branches: trunk
changeset: 973203:01da5ff65002
user: rin <rin%NetBSD.org@localhost>
date: Wed Jun 24 05:06:08 2020 +0000
description:
PR bin/55411 (Akihiko HAYASHI)
Remove stray ``&&'' introduced in the previous revision, so that
host tools are correctly passed to configure script.
No similar problem for gcc.old. No release branches are affected.
diffstat:
external/gpl3/gcc/usr.bin/host-libcpp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7153283a4cad -r 01da5ff65002 external/gpl3/gcc/usr.bin/host-libcpp/Makefile
--- a/external/gpl3/gcc/usr.bin/host-libcpp/Makefile Wed Jun 24 04:47:10 2020 +0000
+++ b/external/gpl3/gcc/usr.bin/host-libcpp/Makefile Wed Jun 24 05:06:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/14 09:27:08 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/24 05:06:08 rin Exp $
BUILD_ENV= \
AR=${HOST_AR:Q} \
@@ -24,7 +24,7 @@
libcpp/libcpp.a:
[ ! -d libcpp ] && mkdir libcpp || true
- (cd libcpp && ${BUILD_ENV} && \
+ (cd libcpp && ${BUILD_ENV} \
${HOST_SH} ${DIST}/libcpp/configure -v am_cv_func_iconv=no \
&& ${BUILD_COMMAND})
Home |
Main Index |
Thread Index |
Old Index