aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--4.0.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.2.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.3.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.3.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.3.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.4.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.4.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.4.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.4.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.4.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.4.7/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.5.0/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.5.1/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.5.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.5.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.5.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch9
-rw-r--r--4.6.0/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.6.1/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.6.2/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.6.3/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.6.4/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.7.0/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.7.1/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.7.2/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.7.3/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.7.4/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.8.0/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.8.1/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.8.2/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.8.3/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.8.4/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.8.5/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.9.0/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.9.1/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.9.2/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--4.9.3/gentoo/26_all_alpha-asm-mcpu.patch1
-rw-r--r--5.1.0/gentoo/26_all_alpha-asm-mcpu.patch1
38 files changed, 106 insertions, 68 deletions
diff --git a/4.0.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.0.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.0.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.0.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
diff --git a/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.1.2/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
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
diff --git a/4.3.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.3.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.3.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.3.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
diff --git a/4.3.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.3.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.3.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.3.5/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
diff --git a/4.3.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.3.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.3.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.3.6/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
diff --git a/4.4.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.4.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.4.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.4.2/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
diff --git a/4.4.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.4.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.4.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.4.3/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
diff --git a/4.4.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.4.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.4.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.4.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
diff --git a/4.4.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.4.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.4.5/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.4.5/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
diff --git a/4.4.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.4.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.4.6/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.4.6/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
diff --git a/4.4.7/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.4.7/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.4.7/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.4.7/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
diff --git a/4.5.0/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.5.0/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.5.0/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.5.0/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
diff --git a/4.5.1/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.5.1/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.5.1/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.5.1/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
diff --git a/4.5.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.5.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.5.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.5.2/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
diff --git a/4.5.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.5.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.5.3/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.5.3/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
diff --git a/4.5.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch b/4.5.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
index 034ddc2..d487333 100644
--- a/4.5.4/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
+++ b/4.5.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
diff --git a/4.6.0/gentoo/26_all_alpha-asm-mcpu.patch b/4.6.0/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.6.0/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.6.0/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.6.1/gentoo/26_all_alpha-asm-mcpu.patch b/4.6.1/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.6.1/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.6.1/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.6.2/gentoo/26_all_alpha-asm-mcpu.patch b/4.6.2/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.6.2/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.6.2/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.6.3/gentoo/26_all_alpha-asm-mcpu.patch b/4.6.3/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.6.3/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.6.3/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.6.4/gentoo/26_all_alpha-asm-mcpu.patch b/4.6.4/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.6.4/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.6.4/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.7.0/gentoo/26_all_alpha-asm-mcpu.patch b/4.7.0/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.7.0/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.7.0/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.7.1/gentoo/26_all_alpha-asm-mcpu.patch b/4.7.1/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.7.1/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.7.1/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.7.2/gentoo/26_all_alpha-asm-mcpu.patch b/4.7.2/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.7.2/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.7.2/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.7.3/gentoo/26_all_alpha-asm-mcpu.patch b/4.7.3/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.7.3/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.7.3/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.7.4/gentoo/26_all_alpha-asm-mcpu.patch b/4.7.4/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.7.4/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.7.4/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.8.0/gentoo/26_all_alpha-asm-mcpu.patch b/4.8.0/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.8.0/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.8.0/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.8.1/gentoo/26_all_alpha-asm-mcpu.patch b/4.8.1/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.8.1/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.8.1/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.8.2/gentoo/26_all_alpha-asm-mcpu.patch b/4.8.2/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.8.2/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.8.2/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.8.3/gentoo/26_all_alpha-asm-mcpu.patch b/4.8.3/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.8.3/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.8.3/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.8.4/gentoo/26_all_alpha-asm-mcpu.patch b/4.8.4/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.8.4/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.8.4/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.8.5/gentoo/26_all_alpha-asm-mcpu.patch b/4.8.5/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.8.5/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.8.5/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.9.0/gentoo/26_all_alpha-asm-mcpu.patch b/4.9.0/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.9.0/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.9.0/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.9.1/gentoo/26_all_alpha-asm-mcpu.patch b/4.9.1/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.9.1/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.9.1/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.9.2/gentoo/26_all_alpha-asm-mcpu.patch b/4.9.2/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.9.2/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.9.2/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/4.9.3/gentoo/26_all_alpha-asm-mcpu.patch b/4.9.3/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/4.9.3/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/4.9.3/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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
diff --git a/5.1.0/gentoo/26_all_alpha-asm-mcpu.patch b/5.1.0/gentoo/26_all_alpha-asm-mcpu.patch
index 593431c..d487333 100644
--- a/5.1.0/gentoo/26_all_alpha-asm-mcpu.patch
+++ b/5.1.0/gentoo/26_all_alpha-asm-mcpu.patch
@@ -1,5 +1,6 @@
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