[AArch64] Fix type in abi-lp64_be-options.
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Mon, 20 Jan 2014 17:45:06 +0000 (17:45 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Mon, 20 Jan 2014 17:45:06 +0000 (17:45 +0000)
ports/ChangeLog.aarch64
ports/sysdeps/unix/sysv/linux/aarch64/Makefile

index f11a086..b801c73 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+       * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64_be-options): Fix
+       type in define.
+
 2014-01-20  Tom Tromey  <tromey@redhat.com>
 
        [BZ #16169]
index d3f1603..88250dd 100644 (file)
@@ -34,6 +34,6 @@ abi-lp64-options := -U__AARCH64EB__
 abi-lp64-condition := !defined __AARCH64EB__
 abi-lp64-ld-soname := ld-linux-aarch64.so.1
 
-abi-lp64_be-options := -D__AARCH6464EB__
+abi-lp64_be-options := -D__AARCH64EB__
 abi-lp64_be-condition := defined __AARCH64EB__
 abi-lp64_be-ld-soname := ld-linux-aarch64_be.so.1