aboutsummaryrefslogtreecommitdiff
path: root/gas/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r--gas/acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h
index abae0b8..ea143b8 100644
--- a/gas/acconfig.h
+++ b/gas/acconfig.h
@@ -41,3 +41,8 @@
/* Needed only for sparc configuration */
#undef sparcv9
+
+/* VMS does not provide an "unlink" function, but "delete" is provided.
+ Autoconf will never set this (at least until we have an "autovms"),
+ but this provides a halfway reasonable machine-independent hook. */
+#undef USE_DELETE_FOR_UNLINK