浏览代码

fix build for ppc

Waldemar Brodkorb 10 年之前
父节点
当前提交
4e311acdf8
共有 1 个文件被更改,包括 3 次插入0 次删除
  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