mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Revert rev 1.21 which configured with --enable-64-bit-bfd.
GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB.
This commit is contained in:
parent
8a148d55b7
commit
cd4db58afd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128405
@ -56,7 +56,7 @@ extern "C" {
|
||||
/* The word size used by BFD on the host. This may be 64 with a 32
|
||||
bit target if the host is 64 bit, or if other 64 bit targets have
|
||||
been selected with --enable-targets, or if --enable-64-bit-bfd. */
|
||||
#define BFD_ARCH_SIZE 64
|
||||
#define BFD_ARCH_SIZE 32
|
||||
|
||||
/* The word size of the default bfd target. */
|
||||
#define BFD_DEFAULT_TARGET_SIZE 32
|
||||
|
Loading…
Reference in New Issue
Block a user