fix copyright
[deliverable/binutils-gdb.git] / libiberty / configure.bat
1 @echo off
2 if "%1" == "h8/300" goto h8300
3
4 echo Configuring libiberty for go32
5 copy Makefile.dos Makefile
6 echo #define NEED_sys_siglist 1 >> config.h
7 echo #define NEED_psignal 1 >> config.h
8 goto exit
9
10 :h8300
11 echo Configuring libiberty for H8/300
12 copy Makefile.dos Makefile
13
14 :exit
This page took 0.029368 seconds and 4 git commands to generate.