Get rid of few remaining uses of GCC for x86-32 compiles |
|||||||
Issue descriptionNow that there are no more boards built with x86-32, we should get rif of the remaining uses of GCC for x86-32. See this for an example: https://chromium-review.googlesource.com/c/579800 it also looks like chrome maybe using 32-bit compiles for the host. We should try to convert these to 64-bit compiles when possible. ie: reduce to a minimum the use of 32-bit compiler for x86-32/64bit
,
Jul 25 2017
Currently we have following packages using 32 bit gcc when building terra (an amd64 board). i686-pc-linux-gnu-gcc: vboot_reference x86_64-cros-linux-gnu-gcc -m32: elfutils
,
Dec 26 2017
,
Jan 2 2018
[It appears that a bunch of old cros issues bulk-added the "Infra" component recently, but they should probably be "Infra>Client>ChromeOS".]
,
Jan 4 2018
,
Feb 5 2018
,
Oct 24
,
Nov 13
We use clang now for 32-bit compiles (when needed in 64 bit mode). Any other uses of GCC are forced uses and not related to the bug. |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by yunlian@chromium.org
, Jul 21 2017