Browse Source

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

Waldemar Brodkorb 11 years ago
parent
commit
b43e909de4
1 changed files with 3 additions and 2 deletions
  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: