Explorar o código

add ld workaround for microblaze, too

Waldemar Brodkorb %!s(int64=11) %!d(string=hai) anos
pai
achega
bb7b668942
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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))