summaryrefslogtreecommitdiffstats
path: root/configure.bat
blob: 673b612c8988494750a644d34f968bd0359f368a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@echo off
if "%1" == "h8/300" goto ok
echo Specify one of [ h8/300 ] on command line
goto exit

:ok
cd gcc
call configure %1
cd ../gas
call configure %1
cd ../bfd
call configure %1
cd ../binutils
call configure %1
cd ../ld
call configure %1
cd ../libiberty
call configure %1
cd ..

:exit
OpenPOWER on IntegriCloud