Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'makeall.bat')
-rw-r--r--makeall.bat16
1 files changed, 16 insertions, 0 deletions
diff --git a/makeall.bat b/makeall.bat
new file mode 100644
index 000000000..d2d415f0a
--- /dev/null
+++ b/makeall.bat
@@ -0,0 +1,16 @@
+@echo off
+chdir libiberty
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\bfd
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\opcodes
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\gprof
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\binutils
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\gas
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..\ld
+make %1 %2 %3 %4 %5 %6 %7 %8 %9
+chdir ..