aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorDouglas B Rupp <rupp@gnat.com>2004-04-29 15:28:42 +0000
committerDouglas Rupp <rupp@gcc.gnu.org>2004-04-29 15:28:42 +0000
commit8fd583973e51d76536f33d0d57120bf69e43f408 (patch)
tree7cc52a06db61f0e92a9c98a34aa14fcf0072b299 /gcc/doc
parentd935a36e27c5a15e05cabdc6b6e9b6d68538a14f (diff)
downloadgcc-8fd583973e51d76536f33d0d57120bf69e43f408.zip
gcc-8fd583973e51d76536f33d0d57120bf69e43f408.tar.gz
gcc-8fd583973e51d76536f33d0d57120bf69e43f408.tar.bz2
gcc.c (DELETE_IF_ORDINARY): New macro default definition.
* gcc.c (DELETE_IF_ORDINARY): New macro default definition. (delete_if_ordinary): Use above macro. * config/alpha/xm-vms.h (DELETE_IF_ORDINARY): New macro VMS definition. Update copyright. * doc/hostconfig.texi (DELETE_IF_ORDINARY): Document new macro. * libiberty/mkstemps.c (mkstemps) [VMS]: Remove special open option. Update copyright. From-SVN: r81290
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/hostconfig.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi
index e5387e1..c97b41b 100644
--- a/gcc/doc/hostconfig.texi
+++ b/gcc/doc/hostconfig.texi
@@ -147,6 +147,15 @@ unique to each dump file kind, e.g. @samp{rtl}.
If you do not define this macro, GCC will use @samp{.%02d.}. You should
define this macro if using the default will create an invalid file name.
+
+@item DELETE_IF_ORDINARY
+Define this macro to be a C statement (sans semicolon) that performs
+host-dependent removal of ordinary temp files in the compilation driver.
+
+If you do not define this macro, GCC will use the default version. You
+should define this macro if the default version does not reliably remove
+the temp file as, for example, on VMS which allows multiple versions
+of a file.
@end ftable
@node Host Misc