summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-04-08 19:33:41 +0000
committerderaadt <deraadt@openbsd.org>1997-04-08 19:33:41 +0000
commit05de5906582145f346e938b03e91d27fbddf1cf6 (patch)
treefd2e8e37e93812f90d4f7206324969c1ded3e5f3
parentSunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr. (diff)
downloadwireguard-openbsd-05de5906582145f346e938b03e91d27fbddf1cf6.tar.xz
wireguard-openbsd-05de5906582145f346e938b03e91d27fbddf1cf6.zip
use MKTEMP_EACH_FILE, whee
-rw-r--r--gnu/usr.bin/gcc/config/openbsd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/openbsd.h b/gnu/usr.bin/gcc/config/openbsd.h
index 549d56c850e..e7b54b1e899 100644
--- a/gnu/usr.bin/gcc/config/openbsd.h
+++ b/gnu/usr.bin/gcc/config/openbsd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: openbsd.h,v 1.3 1996/04/29 07:09:45 niklas Exp $ */
+/* $OpenBSD: openbsd.h,v 1.4 1997/04/08 19:33:41 deraadt Exp $ */
/* OPENBSD_NATIVE is defined when gcc is integrated into the OpenBSD
source tree so it can be configured appropriately when using the
@@ -26,6 +26,9 @@
#endif
+/* We want gcc.c to call mktemp() for each file it generates. We would
+ prefer mkstemp(), but we will take what we get. */
+#define MKTEMP_EACH_FILE 1
/* Provide a CPP_SPEC appropriate for OpenBSD. Current we just deal with
the GCC option `-posix'. */