From f23c30000d773360adfa9824c5d84a86723f88e8 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 8 Jun 2015 12:11:38 -0400 Subject: [PATCH] Removed -flat_namespace from LDFLAGS for iOS cross compile. That's something that was used for OS X around 10.4 or so while transitioning to namespaes in dylibs --- GNUmakefile-cross | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 90ced7a6..04ec08e7 100644 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -36,7 +36,6 @@ ifeq ($(IS_IOS),1) AR = libtool ARFLAGS = -static -o - LDFLAGS += -flat_namespace endif # Android cross-compile configuration. Works in conjunction with IS_CROSS_COMPILE.