Explorar el Código

fix memory exhausted problem with ld and x86_64, reported by jseitter

Waldemar Brodkorb hace 11 años
padre
commit
b43e909de4
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      package/openssl/Makefile

+ 3 - 2
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: