Thu Jul 18 01:22:01 1996 Geoffrey Noer <noer@cygnus.com>
[deliverable/binutils-gdb.git] / binutils / configure.bat
CommitLineData
154bf0e8
SC
1@echo off
2if "%1" == "go32" goto h8300
3if "%1" == "h8/300" goto h8300
4echo Specify one of [ go32 h8/300 ] on command line
5goto exit
6
7:go32
8echo Configuring binutils for go32
9copy ..\bfd\hosts\h-go32.h sysdep.h
10copy Makefile.dos Makefile
11goto exit
12
13:h8300
14echo Configuring binutils for H8/300
15copy ..\bfd\hosts\h-go32.h sysdep.h
16copy Makefile.dos Makefile
17
18:exit
This page took 0.150538 seconds and 4 git commands to generate.