diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1')
-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 [(set (match_operand:SI 0 "s_register_operand" "=r") (bswap:SI (match_operand:SI 1 "s_register_operand" "r")))] -"TARGET_EITHER" -+"TARGET_EITHER && (arm_arch6 && !optimize_size)" ++"TARGET_EITHER && (arm_arch6 || !optimize_size)" " if (!arm_arch6) { |