summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2010-05-06 15:33:24 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2010-05-06 15:33:24 +0000
commit42a8bfac140ce22473dadb1460b2016bc95ed876 (patch)
tree3ea4746169ce0516c113d79e922ec2d22ec9511f /gnu/usr.bin
parent23abd3bde3292f363d6331ada381e19342d9f3ab (diff)
Our libc provides ssp, so use that.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index ff1feb8aae1..240f1e3c7c4 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -1,6 +1,6 @@
/* auto-host.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
-/* $OpenBSD: auto-host.h,v 1.2 2009/11/02 09:50:39 jsg Exp $ */
+/* $OpenBSD: auto-host.h,v 1.3 2010/05/06 15:33:23 robert Exp $ */
/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
#ifndef USED_FOR_TARGET
@@ -1307,7 +1307,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