summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-03-09 00:09:00 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-03-09 00:09:00 +0000
commit913c71bd04fc2a54125a4882d29f3fab14ef2146 (patch)
tree141b1596ecc68010ecf78a0646fa282bcc3a08db /patches
parent174b27c6ae6259774ece633cd78320dd32ac991d (diff)
downloadptxdist-913c71bd04fc2a54125a4882d29f3fab14ef2146.tar.gz
ptxdist-913c71bd04fc2a54125a4882d29f3fab14ef2146.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7824 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches')
-rw-r--r--patches/ltp-full-20080229/generic/ltp-full-20080229-kernel-compiler.diff25
-rw-r--r--patches/ltp-full-20080229/generic/series1
2 files changed, 26 insertions, 0 deletions
diff --git a/patches/ltp-full-20080229/generic/ltp-full-20080229-kernel-compiler.diff b/patches/ltp-full-20080229/generic/ltp-full-20080229-kernel-compiler.diff
new file mode 100644
index 000000000..472f45a73
--- /dev/null
+++ b/patches/ltp-full-20080229/generic/ltp-full-20080229-kernel-compiler.diff
@@ -0,0 +1,25 @@
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Subject: filecaps test try to overwrite compiler
+
+Usually the cross compiler is set from the toplevel directory by setting
+the CROSS_COMPILER variable. This makefile tries to overwrite it, but
+wrong.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
+---
+ testcases/kernel/security/filecaps/Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+Index: ltp-full-20080229/testcases/kernel/security/filecaps/Makefile
+===================================================================
+--- ltp-full-20080229.orig/testcases/kernel/security/filecaps/Makefile 2008-03-09 01:06:50.000000000 +0100
++++ ltp-full-20080229/testcases/kernel/security/filecaps/Makefile 2008-03-09 01:08:33.000000000 +0100
+@@ -20,7 +20,6 @@
+
+ SCRIPTS = filecapstest.sh checkforlibcap.sh checkforfilecaps.sh
+ ifeq ($(shell sh checkforlibcap.sh yesno),yes)
+-CC=gcc
+
+ CFLAGS += -I../../../../include -Wall
+ LDLIBS += -L../../../../lib -lltp -lcap
diff --git a/patches/ltp-full-20080229/generic/series b/patches/ltp-full-20080229/generic/series
index 5f5b07e50..3a64cb259 100644
--- a/patches/ltp-full-20080229/generic/series
+++ b/patches/ltp-full-20080229/generic/series
@@ -6,3 +6,4 @@
ltp-full-20080131-fadvise.diff
ltp-full-20080229-async_handler_pthread_h.diff
ltp-full-20080229-realtime-compiler.diff
+ltp-full-20080229-kernel-compiler.diff