linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.23rc1 P3/P4 checkgcc
@ 2003-11-12 11:01 Margit Schubert-While
  0 siblings, 0 replies; only message in thread
From: Margit Schubert-While @ 2003-11-12 11:01 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Do a little bit of optimization for P3 / P4.

Margit

[-- Attachment #2: p3p4checkgcc --]
[-- Type: application/octet-stream, Size: 500 bytes --]

diff -Naur linux-2.4.22/arch/i386/Makefile linux-2.4.22mw0/arch/i386/Makefile
--- linux-2.4.22/arch/i386/Makefile	2003-06-13 16:51:29.000000000 +0200
+++ linux-2.4.22mw0/arch/i386/Makefile	2003-11-12 12:41:08.000000000 +0100
@@ -53,11 +53,11 @@
 endif
 
 ifdef CONFIG_MPENTIUMIII
-CFLAGS += -march=i686
+CFLAGS += $(call check_gcc,-march=pentium3,-march=i686)
 endif
 
 ifdef CONFIG_MPENTIUM4
-CFLAGS += -march=i686
+CFLAGS += $(call check_gcc,-march=pentium4,-march=i686)
 endif
 
 ifdef CONFIG_MK6

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

only message in thread, other threads:[~2003-11-12 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-12 11:01 2.4.23rc1 P3/P4 checkgcc Margit Schubert-While

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).