summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-05 09:02:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-05 09:02:35 +0100
commit446eb35fefdd48b597f07d71bb4f9aefce2ff2f6 (patch)
tree697ab4758caef800cce8e8aa82837dc2fc1e011d /package/openssl
parent43ec09c74588a39bc247329972228654ce865ecb (diff)
parent8abe85c5a6920e3cea42c75193d22669285b84c7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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: