From: Richard Kenner Date: Thu, 13 Apr 1995 12:39:06 +0000 (-0400) Subject: Arg 2 is which machine (i386 or alpha). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6b3160017551c3f962bebf37bc8acec9b8c88e0;p=gcc.git Arg 2 is which machine (i386 or alpha). From-SVN: r9368 --- 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