diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-03 21:34:49 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-03 21:34:49 +0000 |
commit | 46f4daeb96399cf28d5ee1b977e397c65b4135a7 (patch) | |
tree | 813e51b6a11697ecd50afbe59f9c56db0a0325ae | |
parent | 603cccbaf8da7e109c8c0a6a17a57c07f572300e (diff) | |
download | gcc-46f4daeb96399cf28d5ee1b977e397c65b4135a7.zip gcc-46f4daeb96399cf28d5ee1b977e397c65b4135a7.tar.gz gcc-46f4daeb96399cf28d5ee1b977e397c65b4135a7.tar.bz2 |
Initial revision
From-SVN: r868
-rw-r--r-- | gcc/config/i386/xm-dos.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h new file mode 100644 index 0000000..9d989e8 --- /dev/null +++ b/gcc/config/i386/xm-dos.h @@ -0,0 +1,4 @@ +#include "xm-i386.h" + +/* Inhibit cccp.c's definition of putenv. */ +#define HAVE_PUTENV |