mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 12:13:37 +08:00
[AArch64] Fix type in abi-lp64_be-options.
This commit is contained in:
parent
3a3acb6afc
commit
2bc52556b7
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user