aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-03 21:39:39 +0000
committerRichard Stallman <rms@gnu.org>1992-05-03 21:39:39 +0000
commit17e256d318151f6f6948325f37cf585bd605d6d5 (patch)
tree84697397c4cee41454582169e4137ddc129c7b23 /gcc/config/i386
parent46f4daeb96399cf28d5ee1b977e397c65b4135a7 (diff)
downloadgcc-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.h6
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"