diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-04-03 12:35:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-04 16:54:32 +0100 |
commit | e65b6a4282d5c4882d0565b79ccba99db90161ff (patch) | |
tree | ae2ad878dc259cca36c543690e80d6ec25fd381c /meta/recipes-graphics/xorg-proto | |
parent | d2a54427481856238bdfec9723cf575088320512 (diff) | |
download | openembedded-core-e65b6a4282d5c4882d0565b79ccba99db90161ff.tar.gz openembedded-core-e65b6a4282d5c4882d0565b79ccba99db90161ff.tar.bz2 openembedded-core-e65b6a4282d5c4882d0565b79ccba99db90161ff.tar.xz openembedded-core-e65b6a4282d5c4882d0565b79ccba99db90161ff.zip |
gcc-cross-intermediate: fix do_install for x32
This Fixes [Ycoto #2223] bug.
The gcc osdir is obtained in the do_install by invocation of
command "gcc -print-multi-os-directory". For x32 it returns gcc
osdir for the default abi which is x86_64. Fix this by adding
target abi parameter to the gcc command line to get correct gcc
osdir with invocation of command "gcc -mx32 -print-multi-os-directory"
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
0 files changed, 0 insertions, 0 deletions