From 2c74406aa264a4d36dff80af2612a9dbadf30c31 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 4 Jun 2015 21:44:52 +0000
Subject: [PATCH] gmp: disable assembly to fix build on systems that use PIE
 binaries

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45887
---
 tools/gmp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile
index b1976d0cc3..fac05e3568 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -24,6 +24,7 @@ unexport CFLAGS
 HOST_CONFIGURE_ARGS += \
 	--enable-static \
 	--disable-shared \
+	--disable-assembly \
 	--enable-cxx \
 	--enable-mpbsd
 
-- 
GitLab