From Mark Elbrecht:

* configure.bat: Remove; obsolete.
This commit is contained in:
Ian Lance Taylor
1999-07-22 01:16:49 +00:00
parent 980e4bf7fe
commit 8f36e47c10
8 changed files with 16 additions and 127 deletions

View File

@@ -2,6 +2,7 @@
From Mark Elbrecht:
* makefile.dos: Remove; obsolete.
* configure.bat: Remove; obsolete.
1999-07-14 Richard Henderson <rth@cygnus.com>

View File

@@ -1,14 +0,0 @@
@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