From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- .../linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch (limited to 'recipes-kernel/linux/linux-bsc913x/bsc9132qds/0007-perf-makefile.patch') 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 @@ +--- a/tools/perf/Makefile 2012-08-27 09:40:05.887241976 +0200 ++++ b/tools/perf/Makefile 2012-08-27 09:40:16.742768991 +0200 +@@ -198,7 +198,7 @@ + CFLAGS_OPTIMIZE = -O6 + endif + +-CFLAGS = -ggdb3 -Wall -Wextra -std=gnu99 -Werror $(CFLAGS_OPTIMIZE) -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) $(EXTRA_CFLAGS) ++CFLAGS = -ggdb3 -Wall -Wextra -std=gnu99 $(CFLAGS_OPTIMIZE) -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) $(EXTRA_CFLAGS) + EXTLIBS = -lpthread -lrt -lelf -lm + ALL_CFLAGS = $(CFLAGS) + ALL_LDFLAGS = $(LDFLAGS) -- cgit v1.2.3-54-g00ecf