* configure.in: Recognize i486 host cpu.
[deliverable/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
This page took 0.032068 seconds and 4 git commands to generate.