diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-06 00:25:36 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-06 00:25:36 +0000 |
commit | cef338b2c493cd858a89f144d6363ff428ada47e (patch) | |
tree | 9754c1fb2c4f794c7861c32767813bc5fd41315d /gcc/configure.bat | |
parent | 9f08604b265a61bcb59d1ee1ddd9922841aab06f (diff) | |
download | gcc-cef338b2c493cd858a89f144d6363ff428ada47e.tar.gz |
Use xgcc, not gcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2334 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.bat')
-rw-r--r-- | gcc/configure.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.bat b/gcc/configure.bat index a40ad525b62..ea15761b951 100644 --- a/gcc/configure.bat +++ b/gcc/configure.bat @@ -8,7 +8,7 @@ update config\i386.md md update config\i386.c aux-output.c echo # Makefile generated by "configure.bat"> Makefile -echo all.dos: cccp cc1 cc1plus cc1obj gcc>> Makefile +echo all.dos: cccp cc1 cc1plus cc1obj xgcc>> Makefile if exist config.sed del config.sed |