Allow make-standalone-toolchain.sh to generate 64-bit host toolchain

By default make-standalone-toolchain.sh generates 32-bit host
toolchain.  User can make 64-bit host toolchain by either

1. --system=linux-x86_64 on 64-bit Linux
2. --system=darwin-x86_64 on 64-bit MacOSX

Note that
1. 64-bit windows isn't available yet
2. The script call TOOLCHAIN gcc to determin the location of libgcc.a.
   As a result, Linux toolchain must be created on Linux, and MacOSX
   toolchain must be created on MacOSX.

Change-Id: I22c183fec86423c0f744c28f00ea4d1dab98fea5
2 files changed