History log of /netbsd-src/external/gpl3/gcc.old/lib/libgcc/arch/vax/auto-target.h (Results 1 – 9 of 9)
Revision Date Author Comments
# bb57cd54 09-Oct-2023 rin <rin@NetBSD.org>

gcc.old: vax: mknative for PR port-vax/57646

Summary of changes:

(1) HAVE_AS_CFI_SECTIONS becomes defined.
(2) mempcpy.o is dropped as mempcpy(3) was added to -current
(but not to netbsd-10).
(

gcc.old: vax: mknative for PR port-vax/57646

Summary of changes:

(1) HAVE_AS_CFI_SECTIONS becomes defined.
(2) mempcpy.o is dropped as mempcpy(3) was added to -current
(but not to netbsd-10).
(3) working directories in usr.bin/gcc/arch/vax/configargs.h.

(1) will be pulled up into netbsd-10. I've confirmed that
pkgsrc/lang/perl5 builds and works as before with this change.

For now, (3) is reverted by hand. It would be better to improve mknative
not to leak working directories. But it should be NFC anyway.

For vax, mknative for binutils and gdb does not brings about significant
changes.

For other platforms, mknative for gcc.old makes no significant changes
(actually confirmed only for evbarm64, but it should be enough).

Thanks mrg@ for suggestion.

show more ...


# 8feb0f0b 20-Feb-2023 mrg <mrg@NetBSD.org>

merge GCC 10.4 into gcc.old.


# a2dc1f3f 19-Aug-2020 mrg <mrg@NetBSD.org>

merge GCC 8.4 into gcc.old.


# 36ac495d 26-Sep-2019 mrg <mrg@NetBSD.org>

merge gcc 7.4 into gcc.old part 3 (last?)


# cb0339e9 11-Nov-2018 mrg <mrg@NetBSD.org>

merge GCC 6.5.0 into gcc.old.


# 866b3c4c 05-Sep-2018 mrg <mrg@NetBSD.org>

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCX

merge in missing changes from gcc to gcc.old (both GCC 6.4.):

--
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
--
regen to pull out INTERNAL_CFLAGS.
--
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.

this fixes PR#53567 for me.

show more ...


# 63ce0b47 02-Aug-2018 mrg <mrg@NetBSD.org>

merge GCC 6.4 into gcc.old.


# 7a0caf96 23-Jul-2017 mrg <mrg@NetBSD.org>

merge GCC 5.4 into gcc.old.


# 678f798e 23-Sep-2015 mrg <mrg@NetBSD.org>

import GCC 4.8.5 as gcc.old, in prepartion to update GCC.