diff options
author | 2015-07-17 02:31:23 +0000 | |
---|---|---|
committer | 2015-07-17 02:31:23 +0000 | |
commit | 2143af53e9e8ca04b9fa3fa0c49e7ea8ff40c521 (patch) | |
tree | 053142a0608c286f939e13eab84d75b271933d55 /4.2.4 | |
parent | add support for isl-0.15 #552278 by Steffen Hau (diff) | |
download | gcc-patches-2143af53e9e8ca04b9fa3fa0c49e7ea8ff40c521.tar.gz gcc-patches-2143af53e9e8ca04b9fa3fa0c49e7ea8ff40c521.tar.bz2 gcc-patches-2143af53e9e8ca04b9fa3fa0c49e7ea8ff40c521.zip |
add link to upstream commit and sync patch metadata between all versions
Diffstat (limited to '4.2.4')
-rw-r--r-- | 4.2.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/4.2.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.2.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch index 034ddc2..d487333 100644 --- a/4.2.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch +++ b/4.2.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch @@ -1,11 +1,12 @@ -http://bugs.gentoo.org/170146 +https://bugs.gentoo.org/170146 http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00403.html +https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223888 alpha: turn -mcpu=<cpu> into -m<cpu> for assembler all the time ---- gcc-x/gcc/config/alpha/elf.h -+++ gcc-x/gcc/config/alpha/elf.h -@@ -46,7 +46,7 @@ +--- a/gcc/config/alpha/elf.h ++++ b/gcc/config/alpha/elf.h +@@ -46,7 +46,7 @@ along with GCC; see the file COPYING3. If not see #define CC1_SPEC "%{G*}" #undef ASM_SPEC |