lkml.org 
[lkml]   [2005]   [Sep]   [13]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateTue, 13 Sep 2005 08:04:40 +0200
FromMargit Schubert-While <>
Subject2.6.13/14 x86 Makefile - Pentiums penalized ?
In arch/i386/makefile we have :
cflags-$(CONFIG_MPENTIUMII)     += -march=i686 $(call 
cc-option,-mtune=pentium2)
cflags-$(CONFIG_MPENTIUMIII)    += -march=i686 $(call 
cc-option,-mtune=pentium3)
cflags-$(CONFIG_MPENTIUMM)      += -march=i686 $(call 
cc-option,-mtune=pentium3)
cflags-$(CONFIG_MPENTIUM4)      += -march=i686 $(call 
cc-option,-mtune=pentium4)

According to the gcc 3.x doc, the -mtune is not avaliable for i686
and, indeed, with 3.3.5 no -mtune is generated/used (make V=1).

This, of course, heavily penalizes P4's (the notorious inc/dec).

Margit


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-09-13 06:07    [from the cache]
©2003-2008