additions for binutils release from dj
authorKen Raeburn <raeburn@cygnus>
Sat, 22 Oct 1994 02:17:33 +0000 (02:17 +0000)
committerKen Raeburn <raeburn@cygnus>
Sat, 22 Oct 1994 02:17:33 +0000 (02:17 +0000)
configure.bat [new file with mode: 0644]
makeall.bat [new file with mode: 0644]

diff --git a/configure.bat b/configure.bat
new file mode 100644 (file)
index 0000000..d76a37e
--- /dev/null
@@ -0,0 +1,17 @@
+@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
diff --git a/makeall.bat b/makeall.bat
new file mode 100644 (file)
index 0000000..d2d415f
--- /dev/null
@@ -0,0 +1,16 @@
+@echo off\r
+chdir libiberty\r
+make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\bfd\r
+make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\opcodes\r
+make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\gprof\r
+make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\binutils\r
+make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\gas\r
+make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\ld\r
+make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+chdir ..\r