]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/configure.bat
19990502 sourceware import
[thirdparty/binutils-gdb.git] / bfd / configure.bat
1 @echo off
2 if "%1" == "h8/300" goto h8300
3
4 echo Configuring bfd for go32
5 update hosts\go32.h sysdep.h
6 update Makefile.dos Makefile
7 echo s/@WORDSIZE@/32/g>config.sed
8 sed -e s/^/s\/@VERSION@\// -e s/$/\/g/g version >>config.sed
9 sed -f config.sed < bfd-in2.h > bfd.h2
10 update bfd.h2 bfd.h
11 goto exit
12
13 :h8300
14 echo Configuring bfd for H8/300
15 update hosts\h-go32.h sysdep.h
16 update Makefile.dos Makefile
17
18 :exit