* i386v4-nat.c: Include sys/reg.h if present.
[deliverable/binutils-gdb.git] / configure.bat
1 @echo off
2
3 chdir libiberty
4 call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
5 chdir ..\bfd
6 call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
7 chdir ..\opcodes
8 call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
9 chdir ..\gprof
10 call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
11 chdir ..\binutils
12 call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
13 chdir ..\gas
14 call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
15 chdir ..\ld
16 call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
17 chdir ..
This page took 0.043821 seconds and 4 git commands to generate.