]> code.ossystems Code Review - openembedded-core.git/commit
site/ix86-common: fix an error
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 18 Jan 2012 18:52:15 +0000 (10:52 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 17:13:35 +0000 (17:13 +0000)
commit69ac1ad415634e125d9c366efc91353624225ad2
tree06464ebbc2ff79c825f6c7cbc487e414c171b1d4
parent935a23dfe70c4c47458e8a142d844df30079b524
site/ix86-common: fix an error

Fixed this line
ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_int=1}

as this line
ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}

This issue was causing guile recipe to compile-fail for x86 target.

(From OE-Core rev: d71df3cc2ff2504d61078c578c0e73bbf53b6651)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/ix86-common