History log of /netbsd/tools/gcc/mknative-gcc.old (Results 1 – 11 of 11)
Revision Date Author Comments
# fbe75597 28-Jul-2023 mrg <mrg@NetBSD.org>

gcc 10 is now in gcc.old, make mknative-gcc.old gcc-10 happy.


# 98a846c8 11-Apr-2021 mrg <mrg@NetBSD.org>

make mknative-gcc.old for GCC 9. begin to update mknative-gcc for GCC 10.


# 24f9890a 06-Sep-2020 mrg <mrg@NetBSD.org>

pass down earm* not earmv5* to mknative-gcc.


# 582d33e1 13-Aug-2020 mrg <mrg@NetBSD.org>

set _OUTDIRBASE depending on $0, and then set _OUTDIR based on this.
now you can copy mknative-gcc to mknative-gcc.old without edit.


# 91373746 12-Aug-2020 mrg <mrg@NetBSD.org>

mknative-gcc is for GCC 8.4.
mknative-gcc.old is supposed to be for GCC 7, but is the GCC 6
version. update it and mark it for GCC 7.5.


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

copy across GCC 6.4 mknative-gcc into mknative-gcc.old.


# 8aaace3f 04-Oct-2017 christos <christos@NetBSD.org>

use the variable for the source dir instead of duplicating it.


# a3ce3763 04-Oct-2017 christos <christos@NetBSD.org>

- gcc.old == gcc-5.3, so copy mknative-gcc{,.old} and adjust
- disable dual libstdc++ abi per joerg
(https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html)
will require a major libs

- gcc.old == gcc-5.3, so copy mknative-gcc{,.old} and adjust
- disable dual libstdc++ abi per joerg
(https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html)
will require a major libstdc++ major bump.

show more ...


# d5582702 21-Apr-2016 mrg <mrg@NetBSD.org>

set _OUTDIR and _OUTDIRBASE properly for gcc.old, and fix a sed.


# 765388af 24-Jan-2016 mrg <mrg@NetBSD.org>

prepare for GCC 5:
- remove GCC 4.5 stuff, add most very basic GCC 5 stuff.
- use mknative-gcc.old for GCC 4.8
- copy mknative-gcc to mknative-gcc.old (should have done this when we
switched to usi

prepare for GCC 5:
- remove GCC 4.5 stuff, add most very basic GCC 5 stuff.
- use mknative-gcc.old for GCC 4.8
- copy mknative-gcc to mknative-gcc.old (should have done this when we
switched to using gcc.old.)

this should not affect current builds.

show more ...


# 9be7c7eb 26-Feb-2014 mrg <mrg@NetBSD.org>

prepare for moving GCC 4.5 into gcc.old:

- convert to using ${EXTERNAL_GCC_SUBDIR}
- define base-external-gpl3-gcc* subdir as GCC_SUBDIR
- use <bsd.init.mk> over <bsd.own.mk> for a bunch of places;

prepare for moving GCC 4.5 into gcc.old:

- convert to using ${EXTERNAL_GCC_SUBDIR}
- define base-external-gpl3-gcc* subdir as GCC_SUBDIR
- use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly
because it arranges for ../Makefile.inc to be included earlier, and
don't bother including the latter if the former is already included.
- move all .PATH: settings after <bsd.{own,lib}.mk> so that all
valid variables are set before it is evaluated
- rename mknative-gcc* to match their subdir name.

XXX the relationship between the Makefile.inc/Makefile.gcc_path files
is kind of sketchy, it would be great if this was fixed.

show more ...