OSDN Git Service

Use "go32" instead of "msdos" for future expansion.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 May 1995 21:27:58 +0000 (21:27 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 May 1995 21:27:58 +0000 (21:27 +0000)
Add ^M to end of each line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9587 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/configure.bat

index c1d7630..a031b0c 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