mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-18 20:38:39 +01:00
9ea2a99edb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
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
|