mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
3affd5f0f4
libiberty uses autoconf now. From-SVN: r19791
15 lines
293 B
Batchfile
15 lines
293 B
Batchfile
@echo off
|
|
if "%1" == "h8/300" goto h8300
|
|
|
|
echo Configuring libiberty for go32
|
|
copy Makefile.dos Makefile
|
|
echo #define NEED_sys_siglist 1 >> config.h
|
|
echo #define NEED_psignal 1 >> config.h
|
|
goto exit
|
|
|
|
:h8300
|
|
echo Configuring libiberty for H8/300
|
|
copy Makefile.dos Makefile
|
|
|
|
:exit
|