diff options
author | Richard Stallman <rms@gnu.org> | 1991-11-27 20:24:30 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1991-11-27 20:24:30 +0000 |
commit | 1b6aa90b52b22365274f0d6c287d00f01754c6e9 (patch) | |
tree | 7c7fce9fade77e48d15074f3d83da81fbb84011f /gcc | |
parent | 301264e6e9f78213a8c7da5e3ba378ac5b209000 (diff) | |
download | gcc-1b6aa90b52b22365274f0d6c287d00f01754c6e9.zip gcc-1b6aa90b52b22365274f0d6c287d00f01754c6e9.tar.gz gcc-1b6aa90b52b22365274f0d6c287d00f01754c6e9.tar.bz2 |
Initial revision
From-SVN: r78
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/configure.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/configure.bat b/gcc/configure.bat new file mode 100644 index 0000000..b79c0db --- /dev/null +++ b/gcc/configure.bat @@ -0,0 +1,11 @@ +@echo off +rem GCC configuration script for MSDOG + +rem Configure for our environment +copy config\i386.xmh config.h +copy config\i386gas.tmh tm.h +copy config\i386.md md +copy config\out-i386.c aux-output.c + +rem Install our makefile +copy Makefile.dos Makefile |