diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-12 00:53:23 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-12 00:53:23 +0000 |
commit | db40ba149d38b58e8e46cad41e57a5aeb193230a (patch) | |
tree | d12ed479f18151246a9037c433475476ad33893f /bfd/configdos.bat | |
parent | 4b5ea3622d8e3b101361d1fb4d884bf3e5ef21fa (diff) | |
download | gdb-db40ba149d38b58e8e46cad41e57a5aeb193230a.zip gdb-db40ba149d38b58e8e46cad41e57a5aeb193230a.tar.gz gdb-db40ba149d38b58e8e46cad41e57a5aeb193230a.tar.bz2 |
Initial revision
Diffstat (limited to 'bfd/configdos.bat')
-rwxr-xr-x | bfd/configdos.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/configdos.bat b/bfd/configdos.bat new file mode 100755 index 0000000..46cdb94 --- /dev/null +++ b/bfd/configdos.bat @@ -0,0 +1,6 @@ +@echo off +echo Configuring BFD for H8/300 + +copy hosts\h-go32.h sysdep.h +copy makefile.dos makefile + |