From c6b3160017551c3f962bebf37bc8acec9b8c88e0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 13 Apr 1995 08:39:06 -0400 Subject: [PATCH] Arg 2 is which machine (i386 or alpha). From-SVN: r9368 --- gcc/configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/configure.bat b/gcc/configure.bat index 88d7c0ae9d7..c1d7630bb92 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 -- 2.30.2