diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-06-17 19:03:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-17 17:55:08 +0100 |
commit | 0710ed28e868d4fc4ca027afb3c7acfc899f9409 (patch) | |
tree | 87012e2f3557677af1558b528a8b53c0a167cdc6 /meta/recipes-kernel | |
parent | 44ad25519b8e290f9a98b88eeec52ba199e76431 (diff) | |
download | openembedded-core-0710ed28e868d4fc4ca027afb3c7acfc899f9409.tar.gz openembedded-core-0710ed28e868d4fc4ca027afb3c7acfc899f9409.tar.bz2 openembedded-core-0710ed28e868d4fc4ca027afb3c7acfc899f9409.zip |
ghostscript: fix sizeof(GX_COLOR_INDEX_TYPE) not equal to ARCH_SIZEOF_GX_COLOR_INDEX on mips
The commit: http://ghostscript.com/pipermail/gs-cvs/2014-February/017271.html
newly added a 'compile time assert' on 9.14 that causes the build to fail if
the sizeof(GX_COLOR_INDEX_TYPE) is not equal to ARCH_SIZEOF_GX_COLOR_INDEX.
Disscuss on IRC:
http://ghostscript.com/irclogs/2014/02/06.html
The commit from OE-Core rev: 78a13ba170c1de6d7ef077854e3e34e18d17099f
...
ghostscript: add pregenerated objarch for mipsel/mips64/mips64el
...
has defined ARCH_SIZEOF_GX_COLOR_INDEX according to the type of archs,
and assigned 4 for mips/mipsel (8 for others).
The GX_COLOR_INDEX_TYPE was defined at do_configure time, which used
large color index (with 8) by default. We should manually choose the
opposite one (with 4) for mips/mipsel.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions