summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-24 17:18:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-24 17:18:12 +0100
commitbb7b668942494a361b04799d23946976ad623cb1 (patch)
tree510c5be316965946d0dd799eba1d36aa35c7c59a /package/openssl
parent27b6ae1d8416ac2d93363d350a2856ee62e7cc29 (diff)
add ld workaround for microblaze, too
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))