aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/as
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-10-20 07:50:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-10-20 07:50:20 +0000
commit597e16e0129ec8b3f43db4523fa8247aa7286c6f (patch)
treee4e2f125f51ea07b8efe96352fc4a190c4493425 /gnu/usr.bin/binutils/as
parent6f36eba2da406167ca4984cca84c72453d034530 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
-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
6 files changed, 12 insertions, 12 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
index 5180934768b28..b29405152ec51 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 5251d61204fd4..42fd248fcad9b 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 63a62c1ee1400..7b2d77734f50c 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 8e352ef8d9d3c..e7abf15270194 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 bc0a3f1ee0085..425723ee3cd31 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 809723fee4a95..54a08b476d91a 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