diff options
| author | mrg <mrg@NetBSD.org> | 2002-01-22 15:52:53 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2002-01-22 15:52:53 +0000 |
| commit | 6bdbccbb5938d731b78caa5ce1e57397c1d5582e (patch) | |
| tree | 56f37aa7b9be6c535b66de9480ea300f46efcff2 /gnu/usr.bin/binutils/common | |
| parent | a68b39d7c27616387931c210fa7d271f5238d8d1 (diff) | |
regenerate.
Diffstat (limited to 'gnu/usr.bin/binutils/common')
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/i386/config.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/i386/defs.mk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/common/arch/i386/config.h b/gnu/usr.bin/binutils/common/arch/i386/config.h index 1b897974c30..244cde3b674 100644 --- a/gnu/usr.bin/binutils/common/arch/i386/config.h +++ b/gnu/usr.bin/binutils/common/arch/i386/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: toolchain2netbsd,v 1.13 2001/12/05 22:37:40 rafal Exp */ +/* Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -63,7 +63,7 @@ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the dcgettext function. */ -/* #undef HAVE_DCGETTEXT */ +#define HAVE_DCGETTEXT 1 /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -156,7 +156,7 @@ #define ENABLE_NLS 1 /* Define as 1 if you have gettext and don't want to use GNU gettext. */ -/* #undef HAVE_GETTEXT */ +#define HAVE_GETTEXT 1 /* Does the platform use an executable suffix? */ /* #undef HAVE_EXECUTABLE_SUFFIX */ diff --git a/gnu/usr.bin/binutils/common/arch/i386/defs.mk b/gnu/usr.bin/binutils/common/arch/i386/defs.mk index 20917fc312d..7d19d71e090 100644 --- a/gnu/usr.bin/binutils/common/arch/i386/defs.mk +++ b/gnu/usr.bin/binutils/common/arch/i386/defs.mk @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: toolchain2netbsd,v 1.12 2001/08/14 05:17:59 tv Exp +# Generated from: NetBSD: toolchain2netbsd,v 1.14 2002/01/22 13:13:00 mrg Exp # G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/binutils -I. G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/binutils -I../bfd -I${DIST}/binutils/../bfd -I${DIST}/binutils/../include -I${DIST}/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\"" |
