All of lore.kernel.org
 help / color / mirror / Atom feed
* Allow -mtune=merced for gcc 3.4
@ 2004-10-07 19:48 H. J. Lu
  0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2004-10-07 19:48 UTC (permalink / raw)
  To: linux-ia64

Gcc 3.4.2 fixed ia64 -mtune=merced regressions on Linux 2.6 kernel:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id\x16278

I have been using this patch for several months now.


H.J.
--
--- linux-2.6.8/arch/ia64/Makefile.merced	2004-08-30 10:38:31.733105785 -0700
+++ linux-2.6.8/arch/ia64/Makefile	2004-08-30 11:03:38.206994164 -0700
@@ -40,8 +40,7 @@ $(error Sorry, your compiler is too old.
 endif
 
 ifeq ($(GCC_VERSION),0304)
-# Workaround Itanium 1 bugs in gcc 3.4.
-#	cflags-$(CONFIG_ITANIUM)	+= -mtune=merced
+	cflags-$(CONFIG_ITANIUM)	+= -mtune=merced
 	cflags-$(CONFIG_MCKINLEY)	+= -mtune=mckinley
 endif
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-07 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 19:48 Allow -mtune=merced for gcc 3.4 H. J. Lu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.