0001-configure-enable-build-on-uclinux.patch 883 B

12345678910111213141516171819202122232425262728
  1. From 86dd032d77166b7ed59d08c99fbe47b8b7667406 Mon Sep 17 00:00:00 2001
  2. From: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. Date: Thu, 17 Aug 2017 06:30:31 +0200
  4. Subject: [PATCH] configure: enable build on uclinux
  5. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  6. [Dario: make the patch to be applied with fuzz factor 0]
  7. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
  8. ---
  9. configure.ac | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/configure.ac b/configure.ac
  12. index eee42d4240f8..b0445f92e0b5 100644
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -342,7 +342,7 @@ AC_ARG_ENABLE([xlnx_pcie_xvc],
  16. [build_xlnx_pcie_xvc=$enableval], [build_xlnx_pcie_xvc=no])
  17. AS_CASE([$host_os],
  18. - [linux*], [],
  19. + [linux*|uclinux*], [],
  20. [
  21. AS_IF([test "x$build_sysfsgpio" = "xyes"], [
  22. AC_MSG_ERROR([sysfsgpio is only available on linux])
  23. --
  24. 2.43.0