[tip:perfcounters/core] perf_counter tools: Remove -march=native

From: tip-bot for Ingo Molnar
Date: Fri Jun 05 2009 - 12:02:54 EST


Commit-ID: 136107a76fe5f62906162f730834477b71cf131e
Gitweb: http://git.kernel.org/tip/136107a76fe5f62906162f730834477b71cf131e
Author: Ingo Molnar <mingo@xxxxxxx>
AuthorDate: Fri, 5 Jun 2009 17:56:21 +0200
Committer: Ingo Molnar <mingo@xxxxxxx>
CommitDate: Fri, 5 Jun 2009 17:56:21 +0200

perf_counter tools: Remove -march=native

Turns out that neither PowerPC nor older x86 compilers know this switch
..

and since it does not make a measurable difference, just omit it.

Reported-by: Paul Mackerras <paulus@xxxxxxxxx>
Reported-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Cc: Mike Galbraith <efault@xxxxxx>
Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>


---
Documentation/perf_counter/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile
index c9ec458..5b99f04 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -159,7 +159,7 @@ uname_V := $(shell sh -c 'uname -v 2>/dev/null || echo not')

# CFLAGS and LDFLAGS are for the users to override from the command line.

-CFLAGS = -ggdb3 -Wall -Werror -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -std=gnu99 -Wdeclaration-after-statement -O6 -march=native
+CFLAGS = -ggdb3 -Wall -Werror -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -std=gnu99 -Wdeclaration-after-statement -O6
LDFLAGS = -lpthread -lrt -lelf
ALL_CFLAGS = $(CFLAGS)
ALL_LDFLAGS = $(LDFLAGS)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/