]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - configure.bat
* messages.c (as_warn_internal): New static function.
[thirdparty/binutils-gdb.git] / configure.bat
CommitLineData
8e48d87a
SC
1@echo off
2if "%1" == "h8/300" goto ok
3echo Specify one of [ h8/300 ] on command line
4goto exit
5
6:ok
7cd gcc
8call configure %1
9cd ../gas
10call configure %1
11cd ../bfd
12call configure %1
13cd ../binutils
14call configure %1
15cd ../ld
16call configure %1
17cd ../libiberty
18call configure %1
19cd ..
20
21:exit