]> 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, 19 Jan 2012 11:29:04 +0000 (11:29 +0000)
commitd71df3cc2ff2504d61078c578c0e73bbf53b6651
tree8c0a805b6b16827f22cf7262c10f3ae1dac51e6e
parent80fdf2cf2b048d7c2e8dff9c47490f47fc62e820
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.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/site/ix86-common