From 6e447bac90d433a2597a51d03781361bb62e708b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 21 Aug 2000 12:05:49 -0600 Subject: [PATCH] Forgot to commit with last change. From-SVN: r35850 --- gcc/config/winnt/xm-winnt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/winnt/xm-winnt.h b/gcc/config/winnt/xm-winnt.h index e268e705f6e..88a4b572ecc 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 -- 2.30.2