From: Richard Kenner Date: Sun, 7 May 1995 21:27:58 +0000 (-0400) Subject: Use "go32" instead of "msdos" for future expansion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53fd9c9a740f9584b8c4112d12cc80a55185c77f;p=gcc.git Use "go32" instead of "msdos" for future expansion. Add ^M to end of each line. From-SVN: r9587 --- diff --git a/gcc/configure.bat b/gcc/configure.bat index c1d7630bb92..a031b0cd714 100644 --- a/gcc/configure.bat +++ b/gcc/configure.bat @@ -1,15 +1,16 @@ -@echo off -if %1.==msdos. goto call_msdos -if %1.==winnt. goto call_winnt -echo Usage: configure msdos or configure winnt -goto END +@echo off +if %1.==go32. goto call_go32 +if %1.==winnt. goto call_winnt +echo Usage: configure go32 or configure winnt cpu +goto END + +:call_go32 +call config\msdos\configure %1 %2 %3 %4 +goto END + +:call_winnt +call config\%2\config-nt %1 %2 %3 %4 +goto END + +:END -:call_msdos -call config\msdos\configure %1 %2 %3 %4 -goto END - -:call_winnt -call config\%2\config-nt %1 %2 %3 %4 -goto END - -:END