mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Support cross building from 64-bit machines.
This commit is contained in:
parent
31b63f3e33
commit
de52820198
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89929
@ -64,7 +64,11 @@ extern "C" {
|
||||
/* The word size of the default bfd target. */
|
||||
#define BFD_DEFAULT_TARGET_SIZE 32
|
||||
|
||||
#if defined(__i386__) || defined(__powerpc__)
|
||||
#define BFD_HOST_64BIT_LONG 0
|
||||
#else
|
||||
#define BFD_HOST_64BIT_LONG 1
|
||||
#endif /* __i386__ */
|
||||
#if 0
|
||||
#define BFD_HOST_64_BIT
|
||||
#define BFD_HOST_U_64_BIT
|
||||
|
Loading…
Reference in New Issue
Block a user