summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-24 17:25:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-24 17:25:18 +0100
commit03df3c583f438cff26dafb29560d92168213f41b (patch)
tree6aafe67a42ba7f96467457408d0157c55d8190b5 /package/openssl
parenta0841cbe73ad22e5c7a32154495b729a832a6dff (diff)
parente5681dc62fab3c272c091c47c56d71b16ea3988f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index b364b368f..027a74611 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -45,6 +45,10 @@ ifneq ($(ADK_PACKAGE_LIBOPENSSL_WITH_CRYPTODEV),)
OPENSSL_OPTIONS+= -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS
endif
+ifeq ($(ADK_LINUX_MICROBLAZE),y)
+TARGET_CFLAGS:= $(subst g3,g,$(TARGET_CFLAGS))
+endif
+
ifeq ($(ADK_LINUX_X86_64),y)
CONFIG:= linux-embedded-x86_64
TARGET_CFLAGS:= $(subst g3,g,$(TARGET_CFLAGS))