| #
259fc62c |
| 11-Jul-2024 |
bad <bad@NetBSD.org> |
external/gpl3/gcc/usr.bin/host-libcpp/Makefile: force std=c++11
GCC >= 11 now requires C++11 to build. In particular libcpp requires C++11. c.f tools/gcc/Makefile r1.113.
Noticed by compiling with
external/gpl3/gcc/usr.bin/host-libcpp/Makefile: force std=c++11
GCC >= 11 now requires C++11 to build. In particular libcpp requires C++11. c.f tools/gcc/Makefile r1.113.
Noticed by compiling with clang as host compiler on macOS >= 12.
show more ...
|
| #
cf4db277 |
| 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 ...
|
| #
c57c4e52 |
| 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 ...
|
| #
a782ceec |
| 14-Nov-2019 |
mrg <mrg@NetBSD.org> |
duplicate a some of Makefile.gnuhost.
should fix PR#53561.
|
| #
ff6447e3 |
| 26-Jun-2017 |
joerg <joerg@NetBSD.org> |
Honor HOST_CXX.
|
| #
b139dbeb |
| 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.
|
| #
0f673b1e |
| 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.
|