Ver Fonte

add ld workaround for microblaze, too

Waldemar Brodkorb há 11 anos atrás
pai
commit
bb7b668942
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      package/openssl/Makefile

+ 4 - 0
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))