]> Git Repo - binutils.git/blob - binutils/configure.bat
* nlmconv.c (main): Use bfd_get_flavour instead of struct member.
[binutils.git] / binutils / configure.bat
1 @echo off
2 if "%1" == "go32" goto h8300
3 if "%1" == "h8/300" goto h8300
4 echo Specify one of [ go32 h8/300 ] on command line
5 goto exit
6
7 :go32
8 echo Configuring binutils for go32
9 copy ..\bfd\hosts\h-go32.h sysdep.h
10 copy Makefile.dos Makefile
11 goto exit
12
13 :h8300
14 echo Configuring binutils for H8/300
15 copy ..\bfd\hosts\h-go32.h sysdep.h
16 copy Makefile.dos Makefile
17
18 :exit
This page took 0.024753 seconds and 4 git commands to generate.