public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.4.2/gentoo: 01_all_gcc-4.1-alpha-asm-mcpu.patch README.history
@ 2009-11-13 18:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-11-13 18:30 UTC (permalink / raw
  To: gentoo-commits

vapier      09/11/13 18:30:59

  Modified:             README.history
  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.2                  src/patchsets/gcc/4.4.2/gentoo/README.history

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.4.2/gentoo/README.history?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.4.2/gentoo/README.history?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.4.2/gentoo/README.history?r1=1.1&r2=1.2

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.4.2/gentoo/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history	17 Oct 2009 20:10:41 -0000	1.1
+++ README.history	13 Nov 2009 18:30:59 -0000	1.2
@@ -1,3 +1,6 @@
+1.1		[pending]
+	+ 01_all_gcc-4.1-alpha-asm-mcpu.patch
+
 1.0		17.10.2009
 	+ 00_all_gcc-4.1-alpha-mieee-default.patch
 	+ 00_all_gcc-trampolinewarn.patch



1.1                  src/patchsets/gcc/4.4.2/gentoo/01_all_gcc-4.1-alpha-asm-mcpu.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.4.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.4.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] only message in thread

only message in thread, other threads:[~2009-11-13 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 18:30 [gentoo-commits] gentoo commit in src/patchsets/gcc/4.4.2/gentoo: 01_all_gcc-4.1-alpha-asm-mcpu.patch README.history 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