]> code.ossystems Code Review - openembedded-core.git/commit
gcc_4.5.1: fix arm_bswapsi2.patch
authorIlya Yanok <yanok@emcraft.com>
Tue, 19 Jul 2011 01:00:52 +0000 (03:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:24:58 +0000 (15:24 +0100)
commit7306e0113a158418acc9cc13d2e82125cb772389
treec92f3232d42b4336bddf04d207f79720724e0549
parent8f37792dc422f81e39e3b32df5e56d915c87216f
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>
meta/recipes-devtools/gcc/gcc-4.5.1/arm-bswapsi2.patch