OSDN Git Service

avoid spurious signed/unsigned comparison warnings.
[pf3gnuchains/gcc-fork.git] / gcc / configure.bat
1 @echo off
2 if %1.==msdos. goto call_msdos
3 if %1.==winnt. goto call_winnt
4 echo Usage: configure msdos or configure winnt
5 goto END
6
7 :call_msdos
8 call config\msdos\configure %1 %2 %3 %4
9 goto END
10
11 :call_winnt
12 call config\i386\config-nt %1 %2 %3 %4
13 goto END
14
15 :END