diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-13 08:39:06 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-13 08:39:06 -0400 |
commit | c6b3160017551c3f962bebf37bc8acec9b8c88e0 (patch) | |
tree | f420ba89d8ddd1e75fb370b9379fe304a64eaa05 /gcc | |
parent | e6232580b2aef9bd33ef09fcc88f11125b759dcd (diff) | |
download | gcc-c6b3160017551c3f962bebf37bc8acec9b8c88e0.zip gcc-c6b3160017551c3f962bebf37bc8acec9b8c88e0.tar.gz gcc-c6b3160017551c3f962bebf37bc8acec9b8c88e0.tar.bz2 |
Arg 2 is which machine (i386 or alpha).
From-SVN: r9368
Diffstat (limited to 'gcc')
-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 88d7c0a..c1d7630 100644 --- a/gcc/configure.bat +++ b/gcc/configure.bat @@ -9,7 +9,7 @@ call config\msdos\configure %1 %2 %3 %4 goto END :call_winnt -call config\i386\config-nt %1 %2 %3 %4 +call config\%2\config-nt %1 %2 %3 %4 goto END :END |