* gas/elf/elf.exp: Don't run tests on "*-*-linux*aout*" or
[binutils.git] / bfd / configure.bat
blob78fe79e9112341f3418c18a63b6a3e6faa010b5a
1 @echo off\r
2 if "%1" == "h8/300" goto h8300\r
3 \r
4 echo Configuring bfd for go32\r
5 update hosts\go32.h sysdep.h\r
6 update Makefile.dos Makefile\r
7 echo s/@WORDSIZE@/32/g>config.sed\r
8 sed -e s/^/s\/@VERSION@\// -e s/$/\/g/g version >>config.sed\r
9 sed -f config.sed < bfd-in2.h > bfd.h2\r
10 update bfd.h2 bfd.h\r
11 goto exit\r
13 :h8300\r
14 echo Configuring bfd for H8/300\r
15 update hosts\h-go32.h sysdep.h\r
16 update Makefile.dos Makefile\r
18 :exit\r