diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-12-09 10:45:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-22 13:13:45 +0000 |
commit | b429ba90e15aa6cb64e9e95fec8f0583f3307710 (patch) | |
tree | 084a7b8ae7082edc0bbe99c5c76125cf291d6c90 /meta/recipes-support/atk | |
parent | bb6f2fbe7b59db3ddd3169a2c2c60dd61f8546f9 (diff) | |
download | poky-b429ba90e15aa6cb64e9e95fec8f0583f3307710.tar.gz |
gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure
There is no need to check "$CC $CFLAGS" for x32 in gmp configure. The
way GMP works is that it makes all the ABIs available for the user to
pick from based on the target, but the final ABI is selected based on
the $ABI variable or if compiler passes the ABI test. The test for
x32 ABI is
any_x32_testlist="sizeof-long-4"
GMP will select x32 ABI only if long is 4byte, which will only be set
to 4 by -mx32 passed in "$CC $CFLAGS".
(From OE-Core rev: 20ffaee6103a972aaaf64a02dcab2bf342e9f4d4)
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
0 files changed, 0 insertions, 0 deletions