DescriptionRemove i686-hosted Linux build and start switching to new directory layout
Switch the default host for the toolchain on Linux to x86_64, and stop
building the i686 version.
Also stop using the host_x86_{32,64} directories for host binaries and
instead put everything (including the driver scripts) into bin/
(This also reverts r13694, removing the pnacl-llc driver script, as that
was the only script that had a name clash with an LLVM binary. It was
only added as a proxy to the pnacl-llc binary anyway).
This moves us closer to a layout that is more direct-to-nacl-friendly
and more like existing gnu-style toolchains.
Also update the README file which describes the layout. It reflects the
intended eventual state (including the placement of the PNaCl target
libraries and translator libraries which will move in a separate CL), but
does not yet include direct-to-nacl-related items.
R=jvoung@chromium.org, noelallen@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3946
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=13753
Patch Set 1 #Patch Set 2 : support bulding on hosts with 32 bit userspace #Patch Set 3 : remove build-64bit-host flag #Patch Set 4 : allow i686 builds #Patch Set 5 : fix upload #
Total comments: 6
Patch Set 6 : review 1 #
Total comments: 4
Patch Set 7 : review 2, put back test and build.sh patch from PS5 #
Messages
Total messages: 13 (3 generated)
|