* regenerated makefiles after sync with trunk

git-svn-id: branches/wasm@46229 -
This commit is contained in:
nickysn 2020-08-04 13:44:31 +00:00
parent 5f116441e0
commit a09b11f974

View File

@ -565,6 +565,13 @@ CROSSGCCOPT=-m32
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 ($(BINUTILSPREFIX),)
GCCLIBDIR:=$(shell dirname `gcc -m64 -print-libgcc-file-name`)