diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-03 21:39:39 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-03 21:39:39 +0000 |
commit | 17e256d318151f6f6948325f37cf585bd605d6d5 (patch) | |
tree | 84697397c4cee41454582169e4137ddc129c7b23 /gcc/config/i386 | |
parent | 46f4daeb96399cf28d5ee1b977e397c65b4135a7 (diff) | |
download | gcc-17e256d318151f6f6948325f37cf585bd605d6d5.zip gcc-17e256d318151f6f6948325f37cf585bd605d6d5.tar.gz gcc-17e256d318151f6f6948325f37cf585bd605d6d5.tar.bz2 |
entered into RCS
From-SVN: r869
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/xm-dos.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index 9d989e8..25df189 100644 --- a/gcc/config/i386/xm-dos.h +++ b/gcc/config/i386/xm-dos.h @@ -2,3 +2,9 @@ /* Inhibit cccp.c's definition of putenv. */ #define HAVE_PUTENV + +/* Use semicolons to separate elements of a path. */ +#define PATH_SEPARATOR ';' + +/* Suffix for executable file names. */ +#define EXECUTABLE_SUFFIX ".exe" |