Browse Source

fix build for ppc

Waldemar Brodkorb 10 years ago
parent
commit
4e311acdf8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/openssl/Makefile

+ 3 - 0
package/openssl/Makefile

@@ -49,6 +49,9 @@ endif
 ifeq ($(ADK_LINUX_XTENSA),y)
 TARGET_CFLAGS:=		$(subst g3,g,$(TARGET_CFLAGS))
 endif
+ifeq ($(ADK_LINUX_PPC),y)
+TARGET_CFLAGS:=		$(subst g3,g,$(TARGET_CFLAGS))
+endif
 
 ifeq ($(ADK_LINUX_X86_64),y)
 CONFIG:=		linux-embedded-x86_64