source: trunk/third/gcc/configure.bat @ 8834

Revision 8834, 440 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
1@echo off
2if %1.==go32. goto call_go32
3if %1.==winnt. goto call_winnt
4echo Usage: configure go32 or configure winnt cpu
5goto END
6
7:call_go32
8call config\msdos\configure %1 %2 %3 %4
9goto END
10
11:call_winnt
12if %2.==i386. goto really_call_winnt
13if %2.==alpha. goto really_call_winnt
14echo Usage: configure winnt i386 or configure winnt alpha
15goto END
16:really_call_winnt
17call config\winnt\config-nt %1 %2 %3 %4
18goto END
19
20:END
21
Note: See TracBrowser for help on using the repository browser.