[AArch64] Fix type in abi-lp64_be-options.

This commit is contained in:
Marcus Shawcroft 2014-01-20 17:45:06 +00:00
parent 3a3acb6afc
commit 2bc52556b7
2 changed files with 6 additions and 1 deletions

View 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]

View 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