summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-05 07:57:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-05 07:57:24 +0100
commitb43e909de4cbeb1393db9116296b4683d0ae25d7 (patch)
tree024a026e81497540d970f1eeb586be67ac7986f2 /package/openssl
parentf5ce6f0a51261cc405556467632aac0ddc77f74c (diff)
fix memory exhausted problem with ld and x86_64, reported by jseitter
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index a41525ded..3065611c0 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -46,9 +46,10 @@ OPENSSL_OPTIONS+= -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS
endif
ifeq ($(ADK_LINUX_X86_64),y)
-CONFIG:= linux-embedded-x86_64
+CONFIG:= linux-embedded-x86_64
+TARGET_CFLAGS:= $(subst g3,g,$(TARGET_CFLAGS))
else
-CONFIG:= linux-embedded
+CONFIG:= linux-embedded
endif
post-extract: