projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c6bf2
)
Initial revision
author
Steve Chamberlain
<sac@cygnus>
Thu, 12 Dec 1991 02:47:57 +0000
(
02:47
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Thu, 12 Dec 1991 02:47:57 +0000
(
02:47
+0000)
configdos.bat
[new file with mode: 0644]
patch
|
blob
diff --git a/configdos.bat
b/configdos.bat
new file mode 100644
(file)
index 0000000..
a2bc8a2
--- /dev/null
+++ b/
configdos.bat
@@ -0,0
+1,14
@@
+@echo off
+cd bfd
+call configdj
+cd ..\binutils
+call configdj
+cd ..\bison
+call configdj
+cd ..\gas
+call configdj
+cd ..\gcc
+call configdj
+cd ..\libiberty
+call configdj
+cd ..