summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-08 22:03:19 +0000
committerchristos <christos@NetBSD.org>2006-11-08 22:03:19 +0000
commit5a7bf522f93060f274deeeabe772bea239ddb04e (patch)
tree58a607da235a650c681a5a66434a922592d3de7e /gnu/usr.bin
parentaf0800f25fb07d7e96738db74519e88e8533c32f (diff)
Turn on TARGET_LIBC_PROVIDES_SSP; next time someone regenerates them, it will
work fine; it is not worth chewing hours of cpu to rebuild those right now.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc4/arch/alpha/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/arm/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/armeb/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/hppa/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/i386/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/m68000/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/m68k/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/mipseb/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/mipsel/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/powerpc/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/sh3eb/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/sh3el/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/sh5el/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/sparc/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/sparc64/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/vax/auto-host.h2
-rw-r--r--gnu/usr.bin/gcc4/arch/x86_64/auto-host.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/gnu/usr.bin/gcc4/arch/alpha/auto-host.h b/gnu/usr.bin/gcc4/arch/alpha/auto-host.h
index 9aaf2bf50c7..0b9df6d5519 100644
--- a/gnu/usr.bin/gcc4/arch/alpha/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/alpha/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/arm/auto-host.h b/gnu/usr.bin/gcc4/arch/arm/auto-host.h
index 38f39f6848d..13f52102ceb 100644
--- a/gnu/usr.bin/gcc4/arch/arm/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/arm/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/armeb/auto-host.h b/gnu/usr.bin/gcc4/arch/armeb/auto-host.h
index c70168f8432..c9b443bfb26 100644
--- a/gnu/usr.bin/gcc4/arch/armeb/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/armeb/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/hppa/auto-host.h b/gnu/usr.bin/gcc4/arch/hppa/auto-host.h
index e2bc8f2eb98..3555f6a346e 100644
--- a/gnu/usr.bin/gcc4/arch/hppa/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/hppa/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/i386/auto-host.h b/gnu/usr.bin/gcc4/arch/i386/auto-host.h
index 6bde75b362b..19e8210a097 100644
--- a/gnu/usr.bin/gcc4/arch/i386/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/i386/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/m68000/auto-host.h b/gnu/usr.bin/gcc4/arch/m68000/auto-host.h
index 1fe0c83070f..be3d167c43d 100644
--- a/gnu/usr.bin/gcc4/arch/m68000/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/m68000/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/m68k/auto-host.h b/gnu/usr.bin/gcc4/arch/m68k/auto-host.h
index 7bb0975581d..c5a87031322 100644
--- a/gnu/usr.bin/gcc4/arch/m68k/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/m68k/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/mipseb/auto-host.h b/gnu/usr.bin/gcc4/arch/mipseb/auto-host.h
index b688a126c78..feed815b559 100644
--- a/gnu/usr.bin/gcc4/arch/mipseb/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/mipseb/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/mipsel/auto-host.h b/gnu/usr.bin/gcc4/arch/mipsel/auto-host.h
index 730d685a95e..5a0be669132 100644
--- a/gnu/usr.bin/gcc4/arch/mipsel/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/mipsel/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/powerpc/auto-host.h b/gnu/usr.bin/gcc4/arch/powerpc/auto-host.h
index 9ed9a49bdc5..5d9b1d31f1c 100644
--- a/gnu/usr.bin/gcc4/arch/powerpc/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/powerpc/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h b/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h
index d86a7efb8fe..a0f6300ef46 100644
--- a/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/powerpc64/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/sh3eb/auto-host.h b/gnu/usr.bin/gcc4/arch/sh3eb/auto-host.h
index 7b476c41def..7ac1d85669e 100644
--- a/gnu/usr.bin/gcc4/arch/sh3eb/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/sh3eb/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/sh3el/auto-host.h b/gnu/usr.bin/gcc4/arch/sh3el/auto-host.h
index cd168dcd4f1..b5bc3c4be08 100644
--- a/gnu/usr.bin/gcc4/arch/sh3el/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/sh3el/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/sh5el/auto-host.h b/gnu/usr.bin/gcc4/arch/sh5el/auto-host.h
index 880b8f60dc7..19373100543 100644
--- a/gnu/usr.bin/gcc4/arch/sh5el/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/sh5el/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/sparc/auto-host.h b/gnu/usr.bin/gcc4/arch/sparc/auto-host.h
index 4af1a29ce63..d3c3d05fd5d 100644
--- a/gnu/usr.bin/gcc4/arch/sparc/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/sparc/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/sparc64/auto-host.h b/gnu/usr.bin/gcc4/arch/sparc64/auto-host.h
index 366efe3fdf8..121a1d0cc73 100644
--- a/gnu/usr.bin/gcc4/arch/sparc64/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/sparc64/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/vax/auto-host.h b/gnu/usr.bin/gcc4/arch/vax/auto-host.h
index 9c0fe96a5d8..b56c6067059 100644
--- a/gnu/usr.bin/gcc4/arch/vax/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/vax/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif
diff --git a/gnu/usr.bin/gcc4/arch/x86_64/auto-host.h b/gnu/usr.bin/gcc4/arch/x86_64/auto-host.h
index 47090d3ba72..003ce6d964e 100644
--- a/gnu/usr.bin/gcc4/arch/x86_64/auto-host.h
+++ b/gnu/usr.bin/gcc4/arch/x86_64/auto-host.h
@@ -1284,7 +1284,7 @@
/* Define if your target C library provides stack protector support */
#ifndef USED_FOR_TARGET
-/* #undef TARGET_LIBC_PROVIDES_SSP */
+#define TARGET_LIBC_PROVIDES_SSP 1
#endif