History log of /netbsd/external/gpl3/gcc/usr.bin/host-libcpp/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 84e88788 19-May-2023 lukem <lukem@NetBSD.org>

Fix passing -j NNN to gmake

Use a more restrictive pattern to extract -j NNN from MAKEFLAGS
into GMAKE_J_ARGS, to avoid false positives when the source directory
has "-j" in the path (e.g "amd64-job

Fix passing -j NNN to gmake

Use a more restrictive pattern to extract -j NNN from MAKEFLAGS
into GMAKE_J_ARGS, to avoid false positives when the source directory
has "-j" in the path (e.g "amd64-job-000012" or "src-j9999").
Previously this could pass either -"-j" or "-j BIGNUM" to gmake
and result in "vfork: Resource temporarily unavailable" failures.

PR misc/54456

show more ...


# 59b68412 24-Jun-2020 rin <rin@NetBSD.org>

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 branc

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.

show more ...


# b1c909cf 14-Nov-2019 mrg <mrg@NetBSD.org>

duplicate a some of Makefile.gnuhost.

should fix PR#53561.


# b61268dd 26-Jun-2017 joerg <joerg@NetBSD.org>

Honor HOST_CXX.


# ffb5bb4a 14-Aug-2016 tls <tls@NetBSD.org>

Disable iconv in host-libcpp autoconf: fixes build on Mac OS X.
Thanks to joerg@ for the diagnosis and proposed fix.


# 55dce056 15-Mar-2016 mrg <mrg@NetBSD.org>

build a host version of libcpp, same as we do for libiberty.
the new genmatch generator program needs libcpp.