aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-08-21 12:05:49 -0600
committerJeff Law <law@gcc.gnu.org>2000-08-21 12:05:49 -0600
commit6e447bac90d433a2597a51d03781361bb62e708b (patch)
tree66e8b52630b8de23d5c8b0066ba5a3591ec7b5db
parent49009afdf737a82926f3f3a245508ef6db51c33e (diff)
downloadgcc-6e447bac90d433a2597a51d03781361bb62e708b.zip
gcc-6e447bac90d433a2597a51d03781361bb62e708b.tar.gz
gcc-6e447bac90d433a2597a51d03781361bb62e708b.tar.bz2
Forgot to commit with last change.
From-SVN: r35850
-rw-r--r--gcc/config/winnt/xm-winnt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/winnt/xm-winnt.h b/gcc/config/winnt/xm-winnt.h
index e268e70..88a4b57 100644
--- a/gcc/config/winnt/xm-winnt.h
+++ b/gcc/config/winnt/xm-winnt.h
@@ -53,6 +53,10 @@ Boston, MA 02111-1307, USA. */
/* Allows checks for drive names. */
#define HAVE_DOS_BASED_FILE_SYSTEM
+/* Tell GCC about NT's bit bucket. */
+
+#define HOST_BIT_BUCKET "NUL"
+
#define S_IRUSR 0000400
#define S_IWUSR 0000200
#define S_IXUSR 0000100