From: Ken Raeburn Date: Sat, 22 Oct 1994 02:17:33 +0000 (+0000) Subject: additions for binutils release from dj X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82e683ab389c6a8d5c3bed0eafcba4a019b365ab;p=binutils-gdb.git additions for binutils release from dj --- diff --git a/configure.bat b/configure.bat new file mode 100644 index 00000000000..d76a37ecd9d --- /dev/null +++ b/configure.bat @@ -0,0 +1,17 @@ +@echo off + +chdir libiberty +call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +chdir ..\bfd +call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +chdir ..\opcodes +call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +chdir ..\gprof +call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +chdir ..\binutils +call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +chdir ..\gas +call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +chdir ..\ld +call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +chdir .. diff --git a/makeall.bat b/makeall.bat new file mode 100644 index 00000000000..d2d415f0a49 --- /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 ..