diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-14 00:57:23 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-14 01:07:03 -0700 |
| commit | f345b8be04d5f5be102bbd83597a640a4151c448 (patch) | |
| tree | e94b07d7e16df05b487097e0bfee319dc3e55daa /pkg/binutils/libctf | |
| parent | 401be52b833475b40032dd20fc234addd79a17ca (diff) | |
binutils: Update to 2.35
Diffstat (limited to 'pkg/binutils/libctf')
| -rw-r--r-- | pkg/binutils/libctf/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/binutils/libctf/config.h b/pkg/binutils/libctf/config.h index 6efcc078..d2d42f83 100644 --- a/pkg/binutils/libctf/config.h +++ b/pkg/binutils/libctf/config.h @@ -1,7 +1,11 @@ /* #undef AC_APPLE_UNIVERSAL_BUILD */ +/* #undef ENABLE_NLS */ #define HAVE_BFD_ELF 1 #define HAVE_BYTESWAP_H 1 #define HAVE_DECL_ASPRINTF 1 +#define HAVE_DECL_BSWAP_16 1 +#define HAVE_DECL_BSWAP_32 1 +#define HAVE_DECL_BSWAP_64 1 #define HAVE_DLFCN_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_GETPAGESIZE 1 |
