Teach binutils that arm64 is a 64bit architecture. This is needed to cross
build from arm64 to other architectures that use binutils. Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
3cafc9a654
commit
ae1dac06a2
@ -85,7 +85,7 @@ extern "C" {
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#define BFD_HOST_64_BIT long long
|
||||
#define BFD_HOST_U_64_BIT unsigned long long
|
||||
#elif defined(__alpha__) || defined(__sparc64__) || defined(__amd64__)
|
||||
#elif defined(__alpha__) || defined(__sparc64__) || defined(__amd64__) || defined(__aarch64__)
|
||||
#define BFD_HOST_64BIT_LONG 1
|
||||
#define BFD_HOST_64_BIT long
|
||||
#define BFD_HOST_U_64_BIT unsigned long
|
||||
|
Loading…
Reference in New Issue
Block a user