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