summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
commit2a7348129a42f21095fcd62e47a035f78d254130 (patch)
tree544dc8019a8f8cb684ace8674193605e607f9964 /recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch
downloadmeta-enea-master.tar.gz
initial commit of Enea Linux 3.1HEADmaster
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch')
-rw-r--r--recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch b/recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch
new file mode 100644
index 0000000..911ffd9
--- /dev/null
+++ b/recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch
@@ -0,0 +1,11 @@
1--- a/tools/perf/Makefile 2012-08-27 09:40:05.887241976 +0200
2+++ b/tools/perf/Makefile 2012-08-27 09:40:16.742768991 +0200
3@@ -198,7 +198,7 @@
4 CFLAGS_OPTIMIZE = -O6
5 endif
6
7-CFLAGS = -ggdb3 -Wall -Wextra -std=gnu99 -Werror $(CFLAGS_OPTIMIZE) -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) $(EXTRA_CFLAGS)
8+CFLAGS = -ggdb3 -Wall -Wextra -std=gnu99 $(CFLAGS_OPTIMIZE) -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) $(EXTRA_CFLAGS)
9 EXTLIBS = -lpthread -lrt -lelf -lm
10 ALL_CFLAGS = $(CFLAGS)
11 ALL_LDFLAGS = $(LDFLAGS)