Forgot to commit with last change.
authorJeff Law <law@gcc.gnu.org>
Mon, 21 Aug 2000 18:05:49 +0000 (12:05 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 21 Aug 2000 18:05:49 +0000 (12:05 -0600)
From-SVN: r35850

gcc/config/winnt/xm-winnt.h

index e268e70..88a4b57 100644 (file)
@@ -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