diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.bat | 17 | ||||
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/configure.bat | 72 | ||||
-rw-r--r-- | libiberty/ChangeLog | 1 | ||||
-rw-r--r-- | libiberty/configure.bat | 14 | ||||
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/configure.bat | 24 |
8 files changed, 16 insertions, 127 deletions
@@ -1,3 +1,8 @@ +1999-07-21 Ian Lance Taylor <ian@zembu.com> + + From Mark Elbrecht: + * configure.bat: Remove; obsolete. + 1999-07-11 Ian Lance Taylor <ian@zembu.com> * configure: Add -W -Wall to the default CFLAGS when compiling with diff --git a/configure.bat b/configure.bat deleted file mode 100644 index d76a37e..0000000 --- a/configure.bat +++ /dev/null @@ -1,17 +0,0 @@ -@echo off
-
-chdir libiberty
-call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\bfd
-call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\opcodes
-call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\gprof
-call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\binutils
-call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\gas
-call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\ld
-call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..
diff --git a/ld/ChangeLog b/ld/ChangeLog index d137554..a51f37e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +1999-07-21 Ian Lance Taylor <ian@zembu.com> + + From Mark Elbrecht: + * configure.bat: Remove; obsolete. + 1999-07-21 H.J. Lu <hjl@gnu.org> * configure.tgt (mips*el-*-vxworks*): New target. diff --git a/ld/configure.bat b/ld/configure.bat deleted file mode 100644 index 4643bdb..0000000 --- a/ld/configure.bat +++ /dev/null @@ -1,72 +0,0 @@ -@echo off
-echo Configuring ld for go32
-echo This makefile will be built for GNUISH make
-rem This batch file assumes a unix-type "sed" program
-
-update ..\bfd\hosts\go32.h sysdep.h
-
-echo # Makefile generated by "configure.bat"> Makefile
-echo LONGARGS = gcc:ar >> Makefile
-echo CC=gcc >> Makefile
-echo host_alias=go32 >> Makefile
-echo target_alias=go32 >> Makefile
-
-update ../bfd/hosts/go32.h sysdep.h
-
-if exist config.sed del config.sed
-
-echo "s/^ \$(srcdir)\/move-if-change/ update/ ">> config.sed
-echo "s/:\([^ ]\)/: \1/g ">> config.sed
-echo "s/^ \ *\.\// go32 / ">> config.sed
-echo "s/`echo \$(srcdir)\///g ">> config.sed
-echo "s/ | sed 's,\^\\\.\/,,'`//g ">> config.sed
-echo "s/^ cd \$(srcdir)[ ]*;// ">> config.sed
-
-echo "/^####$/ i\ ">> config.sed
-echo "CC = gcc\ ">> config.sed
-echo "EMUL=go32\ ">> config.sed
-echo "EMULATION_OFILES=ego32.o ei386aout.o ">> config.sed
-
-echo "/^SHELL *=/ d ">> config.sed
-echo "s/$(SHELL)/sh.exe/g ">> config.sed
-
-echo "s/'"/\\"/g ">> config.sed
-echo "s/"'/\\"/g ">> config.sed
-
-echo "/^ldmain.o: ldmain.c/,/fi/ { ">> config.sed
-echo " s/; *\\$// ">> config.sed
-echo " s/-DSCRIPTDIR[^ ]*/-DSCRIPTDIR=\\".\\"/ ">> config.sed
-echo " s/config.status// ">> config.sed
-echo " /ldmain.o:/ p ">> config.sed
-echo " /(CC)/ p ">> config.sed
-echo " d ">> config.sed
-echo "} ">> config.sed
-
-echo "s/^SHELL.*$/SHELL=sh.exe/ ">> config.sed
-echo "s/genscripts.sh/genscripts.dos/g ">> config.sed
-
-echo "s/^ldemul-list.h/not-ldemul-list.h/ ">> config.sed
-
-sed -e "s/^\"//" -e "s/\"$//" -e "s/[ ]*$//" config.sed > config2.sed
-sed -f config2.sed Makefile.in >> Makefile
-del config.sed
-del config2.sed
-
-echo set -a > genscripts.dj
-sed -e "/^[a-zA-Z0-9_]*=/ s/^/export /" -e "s/(. \(.*\))/sh \1/" -e "/\.em/ d" genscripts.sh >> genscripts.dj
-type emultempl\generic.em >> genscripts.dj
-update genscripts.dj genscripts.dos
-
-echo extern ld_emulation_xfer_type ld_go32_emulation; > ldemul-list.h2
-echo extern ld_emulation_xfer_type ld_i386aout_emulation; >> ldemul-list.h2
-echo #define EMULATION_LIST \>>ldemul-list.h2
-echo &ld_go32_emulation,\>>ldemul-list.h2
-echo &ld_i386aout_emulation,\>>ldemul-list.h2
-echo 0>>ldemul-list.h2
-
-update ldemul-list.h2 ldemul-list.h
-
-if exist ldscripts\dostest goto ldscripts
-mkdir ldscripts
-dir > ldscripts\dostest
-:ldscripts
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
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2af30c4..31031e9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +1999-07-21 Ian Lance Taylor <ian@zembu.com> + + From Mark Elbrecht: + * configure.bat: Remove; obsolete. + 1999-07-11 Ian Lance Taylor <ian@zembu.com> * dis-buf.c: Add ATTRIBUTE_UNUSED as appropriate. diff --git a/opcodes/configure.bat b/opcodes/configure.bat deleted file mode 100644 index 5f2c6d1..0000000 --- a/opcodes/configure.bat +++ /dev/null @@ -1,24 +0,0 @@ -@echo off
-echo Configuring opcodes for go32
-rem This batch file assumes a unix-type "sed" program
-
-echo # Makefile generated by "configure.bat"> Makefile
-
-if exist config.sed del config.sed
-
-echo "/\.o[ ]*:/ s/config.status// ">> config.sed
-echo "s/CC = cc/CC = gcc/ ">> config.sed
-echo "s/@BFD_MACHINES@/i386-dis.o/ ">> config.sed
-echo "s/@archdefs@/-DARCH_i386/ ">> config.sed
-echo "s/@frags@// ">> config.sed
-echo "s/@srcdir@// ">> config.sed
-echo "s!@prefix@!/usr/local! ">> config.sed
-echo "s!@exec_prefix@!/usr/local! ">> config.sed
-echo "s/@RANLIB@/ranlib/ ">> config.sed
-
-echo "s/^[ ]*rm/ -rm/ ">> config.sed
-
-sed -e "s/^\"//" -e "s/\"$//" -e "s/[ ]*$//" config.sed > config2.sed
-sed -f config2.sed Makefile.in >> Makefile
-del config.sed
-del config2.sed
|