* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.1.2/gentoo: 01_all_gcc-4.1-alpha-asm-mcpu.patch
@ 2009-11-13 18:30 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2009-11-13 18:30 UTC (permalink / raw
To: gentoo-commits
vapier 09/11/13 18:30:57
Added: 01_all_gcc-4.1-alpha-asm-mcpu.patch
Log:
alpha: turn -mcpu=<cpu> into -m<cpu> for assembler all the time #170146
Revision Changes Path
1.1 src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch?rev=1.1&content-type=text/plain
Index: 01_all_gcc-4.1-alpha-asm-mcpu.patch
===================================================================
http://bugs.gentoo.org/170146
http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00403.html
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 @@
#define CC1_SPEC "%{G*}"
#undef ASM_SPEC
-#define ASM_SPEC "%{G*} %{relax:-relax} %{!gstabs*:-no-mdebug}%{gstabs*:-mdebug}"
+#define ASM_SPEC "%{G*} %{relax:-relax} %{!gstabs*:-no-mdebug}%{gstabs*:-mdebug} %{mcpu=*:-m%*}"
#undef IDENT_ASM_OP
#define IDENT_ASM_OP "\t.ident\t"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.1.2/gentoo: 01_all_gcc-4.1-alpha-asm-mcpu.patch
@ 2015-07-17 2:31 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2015-07-17 2:31 UTC (permalink / raw
To: gentoo-commits
vapier 15/07/17 02:31:23
Modified: 01_all_gcc-4.1-alpha-asm-mcpu.patch
Log:
add link to upstream commit and sync patch metadata between all versions
Revision Changes Path
1.2 src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch?r1=1.1&r2=1.2
Index: 01_all_gcc-4.1-alpha-asm-mcpu.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.1.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 01_all_gcc-4.1-alpha-asm-mcpu.patch 13 Nov 2009 18:30:57 -0000 1.1
+++ 01_all_gcc-4.1-alpha-asm-mcpu.patch 17 Jul 2015 02:31:23 -0000 1.2
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-17 2:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 2:31 [gentoo-commits] gentoo commit in src/patchsets/gcc/4.1.2/gentoo: 01_all_gcc-4.1-alpha-asm-mcpu.patch Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2009-11-13 18:30 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox