Comment 9 for bug 787072

Revision history for this message
Jim Huang (jserv) wrote : Re: Release a Linaro GCC 4.5 and 4.6 2011-05 x86 tarball and build platform code with it

Paul Sokolovsky reported:
I still don't have successful local build. I have:

make -C libbfd-binutils-2.20.1/bfd install \
               bfdlibdir=/tmp/android-toolchain-eabi/lib
bfdincludedir=/tmp/android-toolchain-eabi/include && \ -m 644
libbfd-binutils-2.20.1/intl/libintl.a \ /tmp/android-toolchain-eabi/lib
&& \ -m 644 libbfd-binutils-2.20.1/libiberty/libiberty.a \
               /tmp/android-toolchain-eabi/lib

/bin/sh: line 2: -m: command not found

Analysis:
Doug Kwan (at Google) broke the build. You can replace it with
"install" in Makefile.in.

TODO: figure out why additional targets (mainly *.a) are going to be installed.