* mn10200-opc.c (mn10200_opcodes): Fix operands for "movb dm,(an)".
[deliverable/binutils-gdb.git] / configure.bat
index 673b612c8988494750a644d34f968bd0359f368a..d76a37ecd9d48580b895494e0cfadac3bf3aa114 100644 (file)
@@ -1,21 +1,17 @@
-@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
+@echo off\r
+\r
+chdir libiberty\r
+call configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\bfd\r
+call configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\opcodes\r
+call configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\gprof\r
+call configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\binutils\r
+call configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\gas\r
+call configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\ld\r
+call configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\r
This page took 0.023887 seconds and 4 git commands to generate.