diff options
Diffstat (limited to 'pkg/binutils')
| -rw-r--r-- | pkg/binutils/bfd/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg/binutils/bfd/config.h b/pkg/binutils/bfd/config.h index 526d541c..7e7d8e6f 100644 --- a/pkg/binutils/bfd/config.h +++ b/pkg/binutils/bfd/config.h @@ -9,11 +9,11 @@ #define HAVE_DECL_ASPRINTF 1 #define HAVE_DECL_BASENAME 1 #define HAVE_DECL_FFS 1 -#define HAVE_DECL_FOPEN64 1 +#define HAVE_DECL_FOPEN64 0 #define HAVE_DECL_FSEEKO 1 -#define HAVE_DECL_FSEEKO64 1 +#define HAVE_DECL_FSEEKO64 0 #define HAVE_DECL_FTELLO 1 -#define HAVE_DECL_FTELLO64 1 +#define HAVE_DECL_FTELLO64 0 #define HAVE_DECL_STPCPY 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_VASPRINTF 1 @@ -23,11 +23,11 @@ #define HAVE_FDOPEN 1 #define HAVE_FILENO 1 /* #undef HAVE_FLS */ -#define HAVE_FOPEN64 1 +/* #undef HAVE_FOPEN64 */ #define HAVE_FSEEKO 1 -#define HAVE_FSEEKO64 1 +/* #undef HAVE_FSEEKO64 */ #define HAVE_FTELLO 1 -#define HAVE_FTELLO64 1 +/* #undef HAVE_FTELLO64 */ #define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETRLIMIT 1 |
