diff options
author | Ilya Yanok <yanok@emcraft.com> | 2011-07-19 03:00:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:24:58 +0100 |
commit | 7306e0113a158418acc9cc13d2e82125cb772389 (patch) | |
tree | c92f3232d42b4336bddf04d207f79720724e0549 /meta/recipes-support/gmp | |
parent | 8f37792dc422f81e39e3b32df5e56d915c87216f (diff) | |
download | openembedded-core-7306e0113a158418acc9cc13d2e82125cb772389.tar.gz openembedded-core-7306e0113a158418acc9cc13d2e82125cb772389.tar.bz2 openembedded-core-7306e0113a158418acc9cc13d2e82125cb772389.tar.xz openembedded-core-7306e0113a158418acc9cc13d2e82125cb772389.zip |
gcc_4.5.1: fix arm_bswapsi2.patch
Acoording to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392
correct fix should be
TARGET_EITHER && (arm_arch6 || !optimize_size)
not
TARGET_EITHER && (arm_arch6 && !optimize_size)
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Diffstat (limited to 'meta/recipes-support/gmp')
0 files changed, 0 insertions, 0 deletions