CVS commit: src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/riscv64

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 15:09:40 UTC 2021 Modified Files: src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/riscv64: Makefile Log Message: fix cargo-cult To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \

CVS commit: src/external/gpl3/gcc.old/lib

2017-11-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 14 00:54:52 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/libgcc/arch/m68000: defs.mk src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/

CVS commit: src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits

2017-11-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 14 00:54:38 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits: Makefile Log Message: it's ${BUILDINCS} not {BUILDINCS} To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/ext

CVS commit: src/external/gpl3/gcc.old/lib/liblto_plugin

2017-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 11 07:49:43 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile Log Message: Build liblto_plugin.so with safe-ctype.c This corrects linking attempt with GNU binutils GOLD (linker). ld.gold: erro

CVS commit: src/external/gpl3/gcc.old/lib/liblto_plugin

2017-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 5 01:16:16 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile Log Message: undo previous; we can't link with libiberty because it is a private library and not build as pic. Instead just bring

CVS commit: src/external/gpl3/gcc.old/lib/liblto_plugin

2017-11-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 4 15:59:16 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile Log Message: Link liblto_plugin with -liberty (gcc.old) GCC passes liblto_plugin.so in the linker invocation (part of "gcc -v file.

CVS commit: src/external/gpl3/gcc.old/lib

2017-10-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 7 00:06:12 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/libasan: shlib_version src/external/gpl3/gcc.old/lib/libubsan: shlib_version Log Message: Actually bump lib versions, to match bump in sets files. T

CVS commit: src/external/gpl3/gcc.old/lib/libgcc/libgcc

2016-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 31 15:06:39 UTC 2016 Modified Files: src/external/gpl3/gcc.old/lib/libgcc/libgcc: Makefile Log Message: "Extended version" of the "mips64 hack" used in gcc 5.3's libgcc.a build: avoid lots of duplicate symbols on softfloat

CVS commit: src/external/gpl3/gcc.old/lib/libgcc

2014-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 25 16:27:25 UTC 2014 Modified Files: src/external/gpl3/gcc.old/lib/libgcc: Makefile.inc Log Message: use the same dynamic sources trick to make sure that the first dependency is the c source file so that IMPSRC gets set

CVS commit: src/external/gpl3/gcc.old/lib/libgomp

2014-03-05 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 5 16:18:41 UTC 2014 Modified Files: src/external/gpl3/gcc.old/lib/libgomp: Makefile Log Message: Fix build with "USE_SSP" set to "yes". Problem reported by B Harder on "current-users" mailing list. To generate a diff of