]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - libiberty/configure.bat
19990502 sourceware import
[thirdparty/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