]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/49448 (arm-tab-linux-gnu-eabi enableds big endian when it should not)
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 12 Apr 2012 14:11:49 +0000 (14:11 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 12 Apr 2012 14:11:49 +0000 (14:11 +0000)
PR target/49448
* config.gcc (arm*-*-linux*): Use an unambiguous pattern for
detecting big-endian triplets.

From-SVN: r186380

gcc/ChangeLog
gcc/config.gcc

index 66c627f08b80d27e88d9046a9b530d4ce0d0ba08..1489e397045919f0c997f45b107bc12a3cca4bdc 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-12  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/49448
+       * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
+       detecting big-endian triplets.
+
 2012-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR middle-end/52894
index 372d8befc8d2258e82e9a599444f44c51fe5e08e..ad98437af461ac3a746c7c095bd2bebf6bcbb8c0 100644 (file)
@@ -730,7 +730,7 @@ arm*-*-netbsd*)
 arm*-*-linux*)                 # ARM GNU/Linux with ELF
        tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
        case $target in
-       arm*b-*)
+       arm*b-*-linux*)
                tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
                ;;
        esac