Use "go32" instead of "msdos" for future expansion.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 7 May 1995 21:27:58 +0000 (17:27 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 7 May 1995 21:27:58 +0000 (17:27 -0400)
Add ^M to end of each line.

From-SVN: r9587

gcc/configure.bat

index c1d7630bb92bc3130461ceb2912f96b5d634c23b..a031b0cd714c05d1512ab1eff418b46bd33bbf32 100644 (file)
@@ -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\r
+if %1.==go32. goto call_go32\r
+if %1.==winnt. goto call_winnt\r
+echo Usage: configure go32 or configure winnt cpu\r
+goto END\r
+\r
+:call_go32\r
+call config\msdos\configure %1 %2 %3 %4\r
+goto END\r
+\r
+:call_winnt\r
+call config\%2\config-nt %1 %2 %3 %4\r
+goto END\r
+\r
+:END\r
 
-: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