summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-07 19:35:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-07 19:35:50 +0100
commit8a8609227f0c868ee7a9443567a613cc6c6db9bf (patch)
treef987072b30c4a9fbccb2ce2047bfc01d350a0f3c /package/openssl/Makefile
parenta7bb571d7f433fba134a463562ec982212953f91 (diff)
parente5da39ab8f22c8c7d61dafdf27a92a6f907e9953 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssl/Makefile')
-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: