Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / config / i386 / xm-mingw32.h
blobd4de258a247237a46532ddb5699f9836ece03b46
1 /* Configuration for GCC for hosting on Windows32.
2 using GNU tools and the Windows32 API Library.
3 Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004 Free Software
4 Foundation, Inc.
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 2, or (at your option) any later
11 version.
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING. If not, write to the Free
20 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
21 02111-1307, USA. */
23 #define HOST_EXECUTABLE_SUFFIX ".exe"
25 #undef PATH_SEPARATOR
26 #define PATH_SEPARATOR ';'
28 /* This is the name of the null device on windows. */
29 #define HOST_BIT_BUCKET "nul"
31 /* The st_ino field of struct stat is always 0. */
32 #define HOST_LACKS_INODE_NUMBERS
34 /* MSVCRT does not support the "ll" format specifier for printing
35 "long long" values. Instead, we use "I64". */
36 #define HOST_LONG_LONG_FORMAT "I64"