0006-do-not-depend-on-compile.patch 773 B

123456789101112131415161718192021222324252627282930
  1. From 19d6be8095e87682b04a9fb69ee8f6fd37e16a50 Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@openadk.org>
  3. Date: Wed, 20 Aug 2014 20:32:38 +0200
  4. Subject: [PATCH 06/11] do not depend on compile
  5. When you cross-compile the testsuite and then try to run
  6. on a system without gcc/binutils it would be nice if no compiling
  7. or linking is tried.
  8. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
  9. ---
  10. test/Makefile | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/test/Makefile b/test/Makefile
  13. index b759bf9..787c530 100644
  14. --- a/test/Makefile
  15. +++ b/test/Makefile
  16. @@ -45,7 +45,7 @@ endif
  17. test check all: run
  18. -run: compile subdirs_run
  19. +run: subdirs_run
  20. compile: $(top_builddir)$(LOCAL_INSTALL_PATH) subdirs_compile
  21. --
  22. 1.8.5.2 (Apple Git-48)