Explorar el Código

fix build for ppc

Waldemar Brodkorb hace 9 años
padre
commit
4e311acdf8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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