summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/binutils/binutils-crosssdk_2.22.bb
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-12-09 10:45:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-22 13:13:30 +0000
commit20ffaee6103a972aaaf64a02dcab2bf342e9f4d4 (patch)
tree806aa1269ce3767850ebe14ac5c6af53a7aa2229 /meta/recipes-devtools/binutils/binutils-crosssdk_2.22.bb
parent5f9851f609f503aec098778ef59c27e5f5dd9579 (diff)
downloadopenembedded-core-20ffaee6103a972aaaf64a02dcab2bf342e9f4d4.tar.gz
openembedded-core-20ffaee6103a972aaaf64a02dcab2bf342e9f4d4.tar.bz2
openembedded-core-20ffaee6103a972aaaf64a02dcab2bf342e9f4d4.tar.xz
openembedded-core-20ffaee6103a972aaaf64a02dcab2bf342e9f4d4.zip
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". Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-crosssdk_2.22.bb')
0 files changed, 0 insertions, 0 deletions