#
1c5494c1 |
| 30-Jun-2024 |
mrg <mrg@NetBSD.org> |
mknative-gcc for GCC 12.4.0 and everyone except ia64.
|
#
ef940a12 |
| 25-Feb-2024 |
mrg <mrg@NetBSD.org> |
mknative-gcc for most targets and enabling isl.
|
#
cf89d143 |
| 31-Jul-2023 |
mrg <mrg@NetBSD.org> |
mknative-gcc for GCC 12.3.0 on arm64*, arm* besides armv4, ppc, alpha, sh, sparc*, mips*, riscv*, vax, hppa, ia64, and m68*.
earmv4 didn't start properly, and powerpc64 failed to build, but all the
mknative-gcc for GCC 12.3.0 on arm64*, arm* besides armv4, ppc, alpha, sh, sparc*, mips*, riscv*, vax, hppa, ia64, and m68*.
earmv4 didn't start properly, and powerpc64 failed to build, but all the rest seem to be OK now.
show more ...
|
#
ebba80da |
| 11-Jul-2023 |
mrg <mrg@NetBSD.org> |
mknative-gcc for GCC 10.5.0.
|
#
e017c8d2 |
| 22-Jul-2022 |
mrg <mrg@NetBSD.org> |
regen everything for GCC 10.4.0.
|
#
22cfb1f2 |
| 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 ...
|
#
9a218c99 |
| 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.
|
#
dec7c724 |
| 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.
|
#
64d99cf9 |
| 11-Mar-2020 |
mrg <mrg@NetBSD.org> |
mknative-gcc for all platforms for GCC 8.4.0.
|
#
318f469c |
| 08-Mar-2020 |
mgorny <mgorny@NetBSD.org> |
Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++
|
#
cc42bf7e |
| 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.
|
#
77a1ad5f |
| 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 ...
|
#
41cead3c |
| 02-Oct-2019 |
mrg <mrg@NetBSD.org> |
mknative-gcc for GCC 8.3 and all ports.
|
#
2b0e0692 |
| 27-Feb-2019 |
mrg <mrg@NetBSD.org> |
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.
|
#
36422d2e |
| 17-Feb-2019 |
mrg <mrg@NetBSD.org> |
regen mknative with symver no longer disabled.
|
#
99866253 |
| 04-Feb-2019 |
mrg <mrg@NetBSD.org> |
mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax. re- for powerpc, sparc, i386, and amd64.
|
#
13795cc7 |
| 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.
|
#
d79d5e15 |
| 06-Feb-2018 |
mrg <mrg@NetBSD.org> |
rebuild mknative GCC 6.4 for these targets: arm armeb earmeb earmhf earmhfeb earmv4eb earmv6 earmv6eb earmv6hf earmv6hfeb earmv7 earmv7eb earmv7hf earmv7hfeb hppa ia64 m68000 m68k mips64eb mips6
rebuild mknative GCC 6.4 for these targets: arm armeb earmeb earmhf earmhfeb earmv4eb earmv6 earmv6eb earmv6hf earmv6hfeb earmv7 earmv7eb earmv7hf earmv7hfeb hppa ia64 m68000 m68k mips64eb mips64el mipseb mipsel powerpc64 sh3eb sh3el vax
show more ...
|
#
9d6d1766 |
| 15-Nov-2017 |
mrg <mrg@NetBSD.org> |
merge mknative files from gcc.old back into gcc. they're back to being the same again now.
|
#
d011ddea |
| 13-Nov-2017 |
mrg <mrg@NetBSD.org> |
regen for gcc 5.5.
|
#
e5678be8 |
| 11-Jul-2017 |
joerg <joerg@NetBSD.org> |
Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This functions are used for destructors of thread_local objects.
If a pending destructor exists, prevent unloading of shared objects. Intr
Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This functions are used for destructors of thread_local objects.
If a pending destructor exists, prevent unloading of shared objects. Introduce __dl_cxa_refcount interface for this purpose. When the last reference is gone and the object has been dlclose'd before, the unloading is finalized.
Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists on providing __cxa_thread_atexit as direct wrapper without further patching.
show more ...
|
#
07ee0c74 |
| 18-Oct-2016 |
mrg <mrg@NetBSD.org> |
regen mknative for all ports and GCC 5.4 and -current. many ports were using 5.3 data, and none of them had <stdalign.h>.
|
#
ed02bbe8 |
| 09-Jun-2016 |
mrg <mrg@NetBSD.org> |
mknative-gcc for vax and GCC 5.4.
|
#
73357d78 |
| 23-Mar-2016 |
christos <christos@NetBSD.org> |
regen vax!
|
#
5b544a36 |
| 25-Jun-2015 |
mrg <mrg@NetBSD.org> |
regen mknative files for GCC 4.8.5.
|