summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/as/alpha-freebsd/config.h4
-rw-r--r--gnu/usr.bin/binutils/as/i386-freebsd/config.h4
-rw-r--r--gnu/usr.bin/binutils/as/ia64-freebsd/config.h4
-rw-r--r--gnu/usr.bin/binutils/as/powerpc-freebsd/config.h4
-rw-r--r--gnu/usr.bin/binutils/as/sparc64-freebsd/config.h4
-rw-r--r--gnu/usr.bin/binutils/as/x86-64-freebsd/config.h4
-rw-r--r--gnu/usr.bin/binutils/gdb/config.h4
-rw-r--r--gnu/usr.bin/binutils/ld/config.h4
-rw-r--r--gnu/usr.bin/binutils/libbfd/config.h.fbsd4
-rw-r--r--gnu/usr.bin/binutils/libbinutils/config.h4
-rw-r--r--gnu/usr.bin/binutils/libopcodes/config.h4
11 files changed, 22 insertions, 22 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
index 5180934..b294051 100644
--- a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
@@ -88,7 +88,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -241,7 +241,7 @@
#define TARGET_OS "freebsd5.0"
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h
index 5251d61..42fd248 100644
--- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h
@@ -88,7 +88,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -241,7 +241,7 @@
#define TARGET_OS "freebsd5.0"
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
index 63a62c1..7b2d777 100644
--- a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
@@ -88,7 +88,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -244,7 +244,7 @@
#define TARGET_OS "freebsd5.0"
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
index 8e352ef..e7abf15 100644
--- a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
@@ -88,7 +88,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -244,7 +244,7 @@
#define TARGET_OS "freebsd5.0"
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
index bc0a3f1..425723e 100644
--- a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
@@ -88,7 +88,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -241,7 +241,7 @@
#define TARGET_OS "freebsd5.0"
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h b/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h
index 809723f..54a08b4 100644
--- a/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h
+++ b/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h
@@ -88,7 +88,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -247,7 +247,7 @@
#define TARGET_OS "freebsd5"
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/gdb/config.h b/gnu/usr.bin/binutils/gdb/config.h
index 1e62d71..a573126 100644
--- a/gnu/usr.bin/binutils/gdb/config.h
+++ b/gnu/usr.bin/binutils/gdb/config.h
@@ -260,7 +260,7 @@
#define HAVE_SOCKETPAIR 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -428,7 +428,7 @@
/* #undef HAVE_LIBW */
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/ld/config.h b/gnu/usr.bin/binutils/ld/config.h
index 722ec8f..4623347 100644
--- a/gnu/usr.bin/binutils/ld/config.h
+++ b/gnu/usr.bin/binutils/ld/config.h
@@ -83,7 +83,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -149,7 +149,7 @@
/* #define VERSION "2.13" */
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/libbfd/config.h.fbsd b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
index 05f3409..5955063 100644
--- a/gnu/usr.bin/binutils/libbfd/config.h.fbsd
+++ b/gnu/usr.bin/binutils/libbfd/config.h.fbsd
@@ -101,7 +101,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -188,7 +188,7 @@
/* #define VERSION "2.13" */
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h
index 16b5ea7..75f28a9 100644
--- a/gnu/usr.bin/binutils/libbinutils/config.h
+++ b/gnu/usr.bin/binutils/libbinutils/config.h
@@ -95,7 +95,7 @@
#define HAVE_SETMODE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -161,7 +161,7 @@
/* #define VERSION "2.13" */
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h
index bce0fce..2e26a1c 100644
--- a/gnu/usr.bin/binutils/libopcodes/config.h
+++ b/gnu/usr.bin/binutils/libopcodes/config.h
@@ -74,7 +74,7 @@
#define HAVE_SETLOCALE 1
/* Define if you have the stpcpy function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
@@ -122,7 +122,7 @@
/* #define VERSION "2.12" */
/* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define if your locale.h file contains LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1
OpenPOWER on IntegriCloud