* configure.in (sparc64): Set arch to v9-64.
[deliverable/binutils-gdb.git] / readline / examples / configure.bat
CommitLineData
01dc8d2d
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 readline/examples for go32
9copy Makefile.dos Makefile
10goto exit
11
12:h8300
13echo Configuring readline/examples for H8/300
14copy Makefile.dos Makefile
15
16:exit
This page took 0.181859 seconds and 4 git commands to generate.