Module Name: src Committed By: mrg Date: Sat Feb 3 19:27:15 UTC 2018
Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h src/external/gpl3/gcc/dist/libgcc/config/i386: t-cpuinfo src/external/gpl3/gcc/dist/libobjc: encoding.c src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98: compatibility.cc src/external/gpl3/gcc/lib: Makefile.hacks src/external/gpl3/gcc/lib/libgomp: Makefile src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: updates for GCC 6.4.0: - we install version specific headers into gcc-6. - add missing include path for i386/cpuinfo.c. - fix compile time warnings in libobjc/encoding.c - adjust c++98/compatibility.cc to use a visible header - Makefile.hacks gains a hack for x86 and insn-constants.h. (should try to figure out how to build this earlier.) - libgomp missing priority_queue.c (switch to mknative pulling it out?). - build a libstdc++ version file and use it. - fix the handling of -std= to default the same as normal builds. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/external/gpl3/gcc/dist/gcc/config/netbsd.h cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libgcc/config/i386/t-cpuinfo cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/dist/libobjc/encoding.c cvs rdiff -u -r1.1.1.3 -r1.2 \ src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/compatibility.cc cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/Makefile.hacks cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/gcc/lib/libgomp/Makefile cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.