#
35dae97e |
| 11-Jul-2023 |
mrg <mrg@NetBSD.org> |
mknative-gcc for GCC 10.5.0.
|
#
8d112e6e |
| 22-Jul-2022 |
mrg <mrg@NetBSD.org> |
regen everything for GCC 10.4.0.
|
#
198278f0 |
| 16-Aug-2021 |
mrg <mrg@NetBSD.org> |
install experimental/* and ext/opt_random.h. they're expected to be there (and the latter was removed by accident.)
regen for everyone (also picks up missing tgmath.h for many ports.)
fixes build
install experimental/* and ext/opt_random.h. they're expected to be there (and the latter was removed by accident.)
regen for everyone (also picks up missing tgmath.h for many ports.)
fixes build of pkgsrc/databases/mongodb for me.
show more ...
|
#
cfd0622d |
| 11-Apr-2021 |
mrg <mrg@NetBSD.org> |
mknative-gcc for GCC 10 and almost all platforms. one of the myriad of arm platforms, and the powerpc* platforms are not yet done.
|
#
82b848ad |
| 05-Sep-2020 |
mrg <mrg@NetBSD.org> |
mknative-gcc for gcc 9.3.0 and arm64, alpha, hppa, ia64, m68*, mipseb, powerpc, riscv*, sh3*, sparc*, vax.
move data from README.gcc8 to README.gcc9.
|
#
60452eba |
| 11-Mar-2020 |
mrg <mrg@NetBSD.org> |
mknative-gcc for all platforms for GCC 8.4.0.
|
#
52e773d1 |
| 08-Mar-2020 |
mgorny <mgorny@NetBSD.org> |
Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++
|
#
5ff58f42 |
| 07-Mar-2020 |
mrg <mrg@NetBSD.org> |
regen for mknative and all platforms. there are a few things fixed in this, mostly related to tgmath.h or frexp, and some generated vs hand-edited white space diffs.
|
#
4bda6756 |
| 30-Oct-2019 |
mrg <mrg@NetBSD.org> |
regen mknative for all arm after christos fixes.
|
#
822d8d66 |
| 24-Oct-2019 |
kamil <kamil@NetBSD.org> |
Switch the iconv(3) prototype to the POSIX conformant variation
Remove const from the 2nd argument.
const char ** and char ** are incompatible types and it was a cost to keep the technically incomp
Switch the iconv(3) prototype to the POSIX conformant variation
Remove const from the 2nd argument.
const char ** and char ** are incompatible types and it was a cost to keep the technically incompatible form for a more purist variation. NetBSD was almost the last alive OS to still keep the const argument (known leftovers: Minix and Illumos).
Keep the const form for the internal purposes inside citrus and rump.
Address the build breakage fallout in the same change.
There are no ABI changes.
Change accepted by core@.
show more ...
|
#
f8d59c9a |
| 02-Oct-2019 |
mrg <mrg@NetBSD.org> |
mknative-gcc for GCC 8.3 and all ports.
|
#
67522813 |
| 27-Feb-2019 |
mrg <mrg@NetBSD.org> |
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.
|
#
ada6ecd5 |
| 17-Feb-2019 |
mrg <mrg@NetBSD.org> |
regen mknative with symver no longer disabled.
|
#
a3490803 |
| 02-Feb-2019 |
mrg <mrg@NetBSD.org> |
more mknative-gcc for gcc7 and arm/arm64.
|
#
dd4be972 |
| 24-Jan-2019 |
mrg <mrg@NetBSD.org> |
mknative gcc7 for ppc and arm64.
|
#
1d58efb2 |
| 05-Nov-2018 |
mrg <mrg@NetBSD.org> |
regenerate everything for GCC 6.5.
sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.
|
#
96650e1c |
| 04-Sep-2018 |
mrg <mrg@NetBSD.org> |
redo mknative-gcc for all ports. main changes include: - "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@ - "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1" for many
redo mknative-gcc for all ports. main changes include: - "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@ - "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1" for many ports - arm64 and amd64 had a broken c++config.h that disabled many things - configargs.h has more normalisation - ppc64 has a few things fixed, must have missed several mknative rounds
show more ...
|
#
7a2610c3 |
| 14-Jul-2018 |
christos <christos@NetBSD.org> |
First pass at mknative for aarch64, based on mrg's work.
|