Browse Source

* regenerated makefiles after sync with trunk

git-svn-id: branches/wasm@46229 -
nickysn 5 years ago
parent
commit
a09b11f974
1 changed files with 7 additions and 0 deletions
  1. 7 0
      utils/wasmbin/Makefile

+ 7 - 0
utils/wasmbin/Makefile

@@ -565,6 +565,13 @@ CROSSGCCOPT=-m32
 endif
 endif
 endif
 endif
 endif
 endif
+ifeq ($(CPU_TARGET),powerpc)
+ifeq ($(BINUTILSPREFIX),)
+GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
+else
+CROSSGCCOPT=-m32
+endif
+endif
 ifeq ($(CPU_TARGET),powerpc64)
 ifeq ($(CPU_TARGET),powerpc64)
 ifeq ($(BINUTILSPREFIX),)
 ifeq ($(BINUTILSPREFIX),)
 GCCLIBDIR:=$(shell dirname `gcc -m64 -print-libgcc-file-name`)
 GCCLIBDIR:=$(shell dirname `gcc -m64 -print-libgcc-file-name`)