OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [i386/] [xm-mingw32.h] - Diff between revs 38 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 154
/* Configuration for GCC for hosting on Windows32.
/* Configuration for GCC for hosting on Windows32.
   using GNU tools and the Windows32 API Library.
   using GNU tools and the Windows32 API Library.
   Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2007
   Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2007
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
 
 
This file is part of GCC.
This file is part of GCC.
 
 
GCC is free software; you can redistribute it and/or modify it under
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
Software Foundation; either version 3, or (at your option) any later
version.
version.
 
 
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.
for more details.
 
 
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.  */
<http://www.gnu.org/licenses/>.  */
 
 
#define HOST_EXECUTABLE_SUFFIX ".exe"
#define HOST_EXECUTABLE_SUFFIX ".exe"
 
 
#undef PATH_SEPARATOR
#undef PATH_SEPARATOR
#define PATH_SEPARATOR ';'
#define PATH_SEPARATOR ';'
 
 
/* This is the name of the null device on windows.  */
/* This is the name of the null device on windows.  */
#define HOST_BIT_BUCKET "nul"
#define HOST_BIT_BUCKET "nul"
 
 
/*  The st_ino field of struct stat is always 0.  */
/*  The st_ino field of struct stat is always 0.  */
#define HOST_LACKS_INODE_NUMBERS
#define HOST_LACKS_INODE_NUMBERS
 
 
/* MSVCRT does not support the "ll" format specifier for printing
/* MSVCRT does not support the "ll" format specifier for printing
   "long long" values.  Instead, we use "I64".  */
   "long long" values.  Instead, we use "I64".  */
#define HOST_LONG_LONG_FORMAT "I64"
#define HOST_LONG_LONG_FORMAT "I64"
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.