0001-configure.ac-Do-not-demand-linker-hash-style.patch 707 B

12345678910111213141516171819202122232425262728
  1. From 65e8e3c9c69f41778b6308c2f8f3262c82c6f3e1 Mon Sep 17 00:00:00 2001
  2. From: Khem Raj <raj.khem@gmail.com>
  3. Date: Thu, 29 Jun 2017 13:57:53 -0700
  4. Subject: [PATCH] configure.ac: Do not demand linker hash-style
  5. This helps fixing on architectures e.g. mips where gnu hash
  6. is not supported
  7. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  8. ---
  9. configure.ac | 1 -
  10. 1 file changed, 1 deletion(-)
  11. diff --git a/configure.ac b/configure.ac
  12. index e1dba23..7bcc039 100644
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -65,7 +65,6 @@ CC_CHECK_CFLAGS_APPEND([ \
  16. -ffunction-sections \
  17. -fdata-sections \
  18. -Wl,-O1 \
  19. - -Wl,--hash-style=gnu \
  20. -Wl,--as-needed \
  21. -Wl,--gc-sections])
  22. --
  23. 2.13.2