summaryrefslogtreecommitdiff
path: root/gcc/configure.bat
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 22:34:39 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 22:34:39 +0000
commit0f8ca21c2d981b394c5db8cffa8a3d4b3c5d0872 (patch)
treea709854aa8c4ffcb4be07265383f1fbcb0ade02a /gcc/configure.bat
parent1d6085fbe52b157dafc9edbcae1e0084d9d24cd9 (diff)
downloadgcc-0f8ca21c2d981b394c5db8cffa8a3d4b3c5d0872.tar.gz
Added line to echo usage on invalid input.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9730 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.bat')
-rw-r--r--gcc/configure.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/configure.bat b/gcc/configure.bat
index a031b0cd714..336a04c5814 100644
--- a/gcc/configure.bat
+++ b/gcc/configure.bat
@@ -9,6 +9,11 @@ call config\msdos\configure %1 %2 %3 %4
goto END
:call_winnt
+if %2.==i386. goto really_call_winnt
+if %2.==alpha. goto really_call_winnt
+echo Usage: configure winnt i386 or configure winnt alpha
+goto END
+:really_call_winnt
call config\%2\config-nt %1 %2 %3 %4
goto END