summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-01-13 00:27:53 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-01-13 00:27:53 +0000
commit010721dec43598421a35d96e1a1c8538078a7799 (patch)
tree14c032197f55b2ae6b7f71c4d947277b8190d789 /gnu
parent370474db8c91678013eb830e7a500a517f3552b3 (diff)
Use MKTEMP_EACH_FILE
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/config/openbsd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/config/openbsd.h b/gnu/usr.bin/gcc/config/openbsd.h
index 4d54f607c06..5a56c4f97b3 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.12 1999/01/08 16:30:05 espie Exp $ */
+/* $OpenBSD: openbsd.h,v 1.13 1999/01/13 00:27:52 espie Exp $ */
/* OPENBSD_NATIVE is defined when gcc is integrated into the OpenBSD
source tree so it can be configured appropriately when using the
@@ -32,9 +32,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. XXX busted */
-#undef MKTEMP_EACH_FILE
+/* We want gcc.c to call mkstemp() for each file it generates. */
+/* (patched with code from egcs) */
+#define MKTEMP_EACH_FILE
/* CPP_SPEC appropriate for OpenBSD. We only deal with -posix
and -pthread */