diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1/arm-bswapsi2.patch')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1/arm-bswapsi2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/arm-bswapsi2.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/arm-bswapsi2.patch index 9b9f874189..a7a6684718 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/arm-bswapsi2.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/arm-bswapsi2.patch | |||
@@ -9,7 +9,7 @@ Index: gcc-4.5/gcc/config/arm/arm.md | |||
9 | [(set (match_operand:SI 0 "s_register_operand" "=r") | 9 | [(set (match_operand:SI 0 "s_register_operand" "=r") |
10 | (bswap:SI (match_operand:SI 1 "s_register_operand" "r")))] | 10 | (bswap:SI (match_operand:SI 1 "s_register_operand" "r")))] |
11 | -"TARGET_EITHER" | 11 | -"TARGET_EITHER" |
12 | +"TARGET_EITHER && (arm_arch6 && !optimize_size)" | 12 | +"TARGET_EITHER && (arm_arch6 || !optimize_size)" |
13 | " | 13 | " |
14 | if (!arm_arch6) | 14 | if (!arm_arch6) |
15 | { | 15 | { |