Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-8] src



Module Name:    src
Committed By:   martin
Date:           Wed Sep  5 08:59:05 UTC 2018

Modified Files:
        src/external/gpl3/gcc/dist/config [netbsd-8]: tls.m4
        src/external/gpl3/gcc/dist/libgcc [netbsd-8]: configure
        src/tools/gcc [netbsd-8]: gcc-version.mk mknative-gcc

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1008):

        tools/gcc/gcc-version.mk: revision 1.11
        tools/gcc/mknative-gcc: revision 1.93
        external/gpl3/gcc/dist/config/tls.m4: revision 1.2
        external/gpl3/gcc/dist/libgcc/configure: revision 1.5

Correct extra parens, regen configure (selectively)
Fixes root cause of PR toolchain/53567

in configargs.h, as well as normalising to /usr/src, normalise the
--build to the same as the --host, so that it never changes based
upon the host you ran mknative on.  (some recent changes are only
because i updated a system from netbsd-7 to netbsd-8.  this will
avoid that in the future.)

remove GCC 5 marker.  this is now nb3 20180905.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.34.1 \
    src/external/gpl3/gcc/dist/config/tls.m4
cvs rdiff -u -r1.3 -r1.3.8.1 src/external/gpl3/gcc/dist/libgcc/configure
cvs rdiff -u -r1.7.4.1 -r1.7.4.2 src/tools/gcc/gcc-version.mk
cvs rdiff -u -r1.89.6.1 -r1.89.6.2 src/tools/gcc/mknative-gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index