PERFORCE change 130192 for review

John Birrell jb at FreeBSD.org
Tue Dec 4 12:56:17 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130192

Change 130192 by jb at jb_freebsd1 on 2007/12/04 20:55:22

	Disable NLS to suit building without the intl library.

Affected files ...

.. //depot/projects/binutils/src/gnu/usr.bin/binutils/as/config.h#3 edit
.. //depot/projects/binutils/src/gnu/usr.bin/binutils/gdb/config.h#2 edit
.. //depot/projects/binutils/src/gnu/usr.bin/binutils/ld/config.h#4 edit
.. //depot/projects/binutils/src/gnu/usr.bin/binutils/libbfd/config.h.fbsd#4 edit
.. //depot/projects/binutils/src/gnu/usr.bin/binutils/libbinutils/config.h#4 edit
.. //depot/projects/binutils/src/gnu/usr.bin/binutils/libopcodes/config.h#4 edit

Differences ...

==== //depot/projects/binutils/src/gnu/usr.bin/binutils/as/config.h#3 (text+ko) ====

@@ -19,17 +19,24 @@
 /* Define to 1 if using `alloca.c'. */
 /* #undef C_ALLOCA */
 
+/* Default architecture. */
+/* #define DEFAULT_ARCH "x86_64" */
+
 /* Default CRIS architecture. */
 /* #undef DEFAULT_CRIS_ARCH */
 
 /* Default emulation. */
-#define DEFAULT_EMULATION "i386elf"
+/* #define DEFAULT_EMULATION "i386elf" */
 
 /* Supported emulations. */
-#define EMULATIONS &i386elf,
+/* #define EMULATIONS &i386elf, */
+
+/* Define if you want run-time sanity checks. */
+/* #undef ENABLE_CHECKING */
 
-/* Define to 1 if NLS is requested */
-#define ENABLE_NLS 1
+/* Define to 1 if translation of program messages to the user's native
+   language is requested. */
+/* #undef ENABLE_NLS */
 
 /* Define to 1 if you have `alloca', as a function or macro. */
 #define HAVE_ALLOCA 1
@@ -38,12 +45,6 @@
    */
 /* #undef HAVE_ALLOCA_H */
 
-/* Define to 1 if you have the <argz.h> header file. */
-/* #undef HAVE_ARGZ_H */
-
-/* Define to 1 if you have the `dcgettext' function. */
-/* #undef HAVE_DCGETTEXT */
-
 /* Is the prototype for getopt in <unistd.h> in the expected format? */
 #define HAVE_DECL_GETOPT 1
 
@@ -51,60 +52,24 @@
    don't. */
 #define HAVE_DECL_VSNPRINTF 1
 
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#define HAVE_DLFCN_H 1
+
 /* Define to 1 if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H 1
 
-/* Define to 1 if you have the `getcwd' function. */
-#define HAVE_GETCWD 1
-
-/* Define to 1 if you have the `getpagesize' function. */
-#define HAVE_GETPAGESIZE 1
-
-/* Define as 1 if you have gettext and don't want to use GNU gettext. */
-/* #undef HAVE_GETTEXT */
-
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
-/* Define if your locale.h file contains LC_MESSAGES. */
-#define HAVE_LC_MESSAGES 1
-
-/* Define to 1 if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
-
-/* Define to 1 if you have the <locale.h> header file. */
-#define HAVE_LOCALE_H 1
-
-/* Define to 1 if you have the <malloc.h> header file. */
-/* #undef HAVE_MALLOC_H */
-
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
-/* Define to 1 if you have a working `mmap' system call. */
-#define HAVE_MMAP 1
-
-/* Define to 1 if you have the `munmap' function. */
-#define HAVE_MUNMAP 1
-
-/* Define to 1 if you have the <nl_types.h> header file. */
-#define HAVE_NL_TYPES_H 1
-
-/* Define to 1 if you have the `putenv' function. */
-#define HAVE_PUTENV 1
-
 /* Define to 1 if you have the `remove' function. */
 /* #undef HAVE_REMOVE */
 
 /* Define to 1 if you have the `sbrk' function. */
 #define HAVE_SBRK 1
 
-/* Define to 1 if you have the `setenv' function. */
-#define HAVE_SETENV 1
-
-/* Define to 1 if you have the `setlocale' function. */
-#define HAVE_SETLOCALE 1
-
 /* Define to 1 if you have the <stdarg.h> header file. */
 #define HAVE_STDARG_H 1
 
@@ -114,24 +79,12 @@
 /* Define to 1 if you have the <stdlib.h> header file. */
 #define HAVE_STDLIB_H 1
 
-/* Define if you have the stpcpy function */
-#define HAVE_STPCPY 1
-
-/* Define to 1 if you have the `strcasecmp' function. */
-#define HAVE_STRCASECMP 1
-
-/* Define to 1 if you have the `strchr' function. */
-#define HAVE_STRCHR 1
-
 /* Define to 1 if you have the <strings.h> header file. */
 #define HAVE_STRINGS_H 1
 
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
-/* Define to 1 if you have the <sys/param.h> header file. */
-#define HAVE_SYS_PARAM_H 1
-
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
@@ -144,24 +97,16 @@
 /* Define to 1 if you have the `unlink' function. */
 #define HAVE_UNLINK 1
 
-/* Define to 1 if you have the <values.h> header file. */
-/* #undef HAVE_VALUES_H */
-
 /* Define to 1 if you have the <varargs.h> header file. */
 /* #undef HAVE_VARARGS_H */
 
-/* Define to 1 if you have the `__argz_count' function. */
-/* #undef HAVE___ARGZ_COUNT */
-
-/* Define to 1 if you have the `__argz_next' function. */
-/* #undef HAVE___ARGZ_NEXT */
-
-/* Define to 1 if you have the `__argz_stringify' function. */
-/* #undef HAVE___ARGZ_STRINGIFY */
-
 /* Using i386 COFF? */
 /* #undef I386COFF */
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Using m68k COFF? */
 /* #undef M68KCOFF */
 
@@ -216,9 +161,6 @@
 /* generic support? */
 /* #undef OBJ_MAYBE_GENERIC */
 
-/* IEEE support? */
-/* #undef OBJ_MAYBE_IEEE */
-
 /* SOM support? */
 /* #undef OBJ_MAYBE_SOM */
 
@@ -260,8 +202,11 @@
 /* Define as 1 if big endian. */
 /* #undef TARGET_BYTES_BIG_ENDIAN */
 
+/* Target CPU. */
+/* #define TARGET_CPU "x86_64" */
+
 /* Target OS. */
-#define TARGET_OS "freebsd7.0"
+/* #define TARGET_OS "freebsd8.0" */
 
 /* Define if default target is PowerPC Solaris. */
 /* #undef TARGET_SOLARIS_COMMENT */
@@ -272,6 +217,9 @@
 /* Target vendor. */
 #define TARGET_VENDOR "unknown"
 
+/* Use b modifier when opening binary files? */
+/* #undef USE_BINARY_FOPEN */
+
 /* Use emulation support? */
 /* #undef USE_EMULATIONS */
 
@@ -289,17 +237,8 @@
    `char[]'. */
 #define YYTEXT_POINTER 1
 
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
-
 /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */
 #ifndef __cplusplus
 /* #undef inline */
 #endif
-
-/* Define to `long' if <sys/types.h> does not define. */
-/* #undef off_t */
-
-/* Define to `unsigned' if <sys/types.h> does not define. */
-/* #undef size_t */

==== //depot/projects/binutils/src/gnu/usr.bin/binutils/gdb/config.h#2 (text+ko) ====

@@ -434,7 +434,7 @@
 #define HAVE_LC_MESSAGES 1
 
 /* Define to 1 if NLS is requested */
-/* #define ENABLE_NLS 1 */
+/* #undef ENABLE_NLS */
 
 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
 /* #undef HAVE_GETTEXT */

==== //depot/projects/binutils/src/gnu/usr.bin/binutils/ld/config.h#4 (text+ko) ====

@@ -4,7 +4,7 @@
 
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
-#define ENABLE_NLS 1
+/* #undef ENABLE_NLS */
 
 /* Additional extension a shared object might have. */
 /* #undef EXTRA_SHLIB_EXTENSION */

==== //depot/projects/binutils/src/gnu/usr.bin/binutils/libbfd/config.h.fbsd#4 (text+ko) ====

@@ -4,7 +4,7 @@
 
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
-#define ENABLE_NLS 1
+/* #undef ENABLE_NLS */
 
 /* Define to 1 if you have the declaration of `basename', and to 0 if you
    don't. */
@@ -279,7 +279,7 @@
 #define TIME_WITH_SYS_TIME 1
 
 /* Name of host specific header file to include in trad-core.c. */
-/* #undef TRAD_HEADER */
+#define TRAD_HEADER !!TRAD_HEADER!!
 
 /* Use b modifier when opening binary files? */
 /* #undef USE_BINARY_FOPEN */

==== //depot/projects/binutils/src/gnu/usr.bin/binutils/libbinutils/config.h#4 (text+ko) ====

@@ -11,7 +11,7 @@
 /* #undef C_ALLOCA */
 
 /* Define to 1 if NLS is requested */
-#define ENABLE_NLS 1
+/* #undef ENABLE_NLS */
 
 /* Suffix used for executables, if any. */
 #define EXECUTABLE_SUFFIX ""

==== //depot/projects/binutils/src/gnu/usr.bin/binutils/libopcodes/config.h#4 (text+ko) ====

@@ -4,7 +4,7 @@
 
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
-#define ENABLE_NLS 1
+/* #undef ENABLE_NLS */
 
 /* Define to 1 if you have the declaration of `basename', and to 0 if you
    don't. */


More information about the p4-projects mailing list