]> code.ossystems Code Review - openembedded-core.git/commit
site/*-linux: don't cache ac_cv_sizeof_bool
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>
Mon, 18 Dec 2017 17:42:58 +0000 (19:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jan 2018 22:53:51 +0000 (22:53 +0000)
commit15af2d527d582ef181d6b9c042844aa89f991f0b
tree1b9e2f0fb0b40292f0660da70a4671d6d8d65f74
parentf16657df977e54210774812d4e616403c76eb060
site/*-linux: don't cache ac_cv_sizeof_bool

The value was hardcoded from the time it couldn't be computed, which
is no longer the case. After C99 'bool' is only defined if stdbool.h
is included, it's implementation defined and not required to be 1, so
caching it doesn't make sense and certain recipes whoose code test
ac_cv_sizeof_bool fail to build.

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/site/arm-linux
meta/site/nios2-linux
meta/site/powerpc32-linux