CVS commit: src/external/gpl3/gcc/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:08 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/riscv64: Makefile Log Message: fix cargo-cult To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

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

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 15:08:28 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile Log Message: - include - use MACHINE_MIPS64 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

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

2019-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 02:36:57 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile Log Message: remove old comment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

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

2018-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 15 00:18:13 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile Added Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/aarch64: Makefile

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

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

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

2014-08-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 22 15:27:51 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile Added Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/powerpc: Makefile

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

2014-06-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 18:37:45 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: Allow always setting MKCOMPAT (and not failing in weird ways like creating a c++config.h that only contains

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

2014-03-13 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Thu Mar 13 16:14:27 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: Use cp -pf rather than cp -p. Otherwise, those with sources that are 444 encounter failures. To generate a

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

2014-03-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 1 10:28:02 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: convert BUILDSYMLINKS to INCSNAME_*. one less step to take. To generate a diff of this commit: cvs rdiff -u

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

2014-03-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 1 21:03:01 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: revert the previous; it doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

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

2014-03-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 1 22:49:43 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: add a caveat about a construct in this makefile: # XXX these rules don't always work if the ${.TARGET} ends up

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

2014-03-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 2 03:47:57 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: rearrange the code to copy renamed files to have more explicit paths. To generate a diff of this commit: cvs

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

2013-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 30 20:45:41 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: Re-order .PATH so that mknative headers are picked up first. Fixes earm* builds. To generate a diff of this