* [PATCH] IA64: Drop the unnecessary test for cc-version 0304.
@ 2007-11-16 1:16 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2007-11-16 1:16 UTC (permalink / raw)
To: linux-ia64
Since the current build structure rejects any version of gcc < 3.2,
there's no point in testing for an even older version.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile
index 34951aa..ff18c72 100644
--- a/arch/ia64/Makefile
+++ b/arch/ia64/Makefile
@@ -39,11 +39,6 @@ $(error Sorry, you need a newer version of the assember, one that is built from
ftp://ftp.hpl.hp.com/pub/linux-ia64/gas-030124.tar.gz)
endif
-ifeq ($(call cc-version),0304)
- cflags-$(CONFIG_ITANIUM) += -mtune=merced
- cflags-$(CONFIG_MCKINLEY) += -mtune=mckinley
-endif
-
KBUILD_CFLAGS += $(cflags-y)
head-y := arch/ia64/kernel/head.o arch/ia64/kernel/init_task.o
====================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://crashcourse.ca
====================================
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-16 1:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-16 1:16 [PATCH] IA64: Drop the unnecessary test for cc-version 0304 Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox