OSDN Git Service

Merge from gcc-2.8
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / xm-dos.h
1 #include "i386/xm-i386.h"
2
3 /* Use semicolons to separate elements of a path.  */
4 #define PATH_SEPARATOR ';'
5
6 /* Use backslashs to separate levels of directory.  */
7 #define DIR_SEPARATOR '\\'
8
9 /* Suffix for executable file names.  */
10 #define EXECUTABLE_SUFFIX ".exe"
11
12 #define MKTEMP_EACH_FILE 1
13
14 #define NO_PRECOMPILES 1