From ec71cc8829ad871ce3587d04d71827f769e5d265 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Aug 2014 22:00:15 +0200 Subject: refresh uClibc patchsets --- .../0.9.34-git/0006-do-not-depend-on-compile.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch (limited to 'toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch') diff --git a/toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch b/toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch new file mode 100644 index 000000000..4abda2a61 --- /dev/null +++ b/toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch @@ -0,0 +1,30 @@ +From 57bf7df9baa14152357e67ef0db23b817d083dbf Mon Sep 17 00:00:00 2001 +From: Waldemar Brodkorb +Date: Wed, 20 Aug 2014 20:32:38 +0200 +Subject: [PATCH 6/6] do not depend on compile + +When you cross-compile the testsuite and then try to run +on a system without gcc/binutils it would be nice if no compiling +or linking is tried. + +Signed-off-by: Waldemar Brodkorb +--- + test/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/Makefile b/test/Makefile +index b759bf9..787c530 100644 +--- a/test/Makefile ++++ b/test/Makefile +@@ -45,7 +45,7 @@ endif + + test check all: run + +-run: compile subdirs_run ++run: subdirs_run + + compile: $(top_builddir)$(LOCAL_INSTALL_PATH) subdirs_compile + +-- +1.8.5.2 (Apple Git-48) + -- cgit v1.2.3