diff options
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 1 | ||||
-rw-r--r-- | libiberty/configure.bat | 14 |
2 files changed, 1 insertions, 14 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e555429..a105710 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -2,6 +2,7 @@ From Mark Elbrecht: * makefile.dos: Remove; obsolete. + * configure.bat: Remove; obsolete. 1999-07-14 Richard Henderson <rth@cygnus.com> diff --git a/libiberty/configure.bat b/libiberty/configure.bat deleted file mode 100644 index 18881ac..0000000 --- a/libiberty/configure.bat +++ /dev/null @@ -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
|