]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/i386/xm-mingw32.h
re PR c++/13520 (gcc crashes with inheritance + default template parameter of nested...
[thirdparty/gcc.git] / gcc / config / i386 / xm-mingw32.h
CommitLineData
a805d35f 1/* Configuration for GCC for hosting on Windows32.
6407d0da 2 using GNU tools and the Windows32 API Library.
b828d124
DS
3 Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003 Free Software
4 Foundation, Inc.
6407d0da 5
b828d124 6This file is part of GCC.
6407d0da 7
b828d124
DS
8GCC is free software; you can redistribute it and/or modify it under
9the terms of the GNU General Public License as published by the Free
10Software Foundation; either version 2, or (at your option) any later
11version.
6407d0da 12
b828d124
DS
13GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14WARRANTY; without even the implied warranty of MERCHANTABILITY or
15FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16for more details.
6407d0da
RK
17
18You should have received a copy of the GNU General Public License
b828d124
DS
19along with GCC; see the file COPYING. If not, write to the Free
20Software Foundation, 59 Temple Place - Suite 330, Boston, MA
2102111-1307, USA. */
6407d0da 22
45936a85 23#define HOST_EXECUTABLE_SUFFIX ".exe"
956d6950
JL
24
25#undef PATH_SEPARATOR
26#define PATH_SEPARATOR ';'
b828d124
DS
27
28/* This is the name of the null device on windows. */
29#define HOST_BIT_BUCKET "nul"