From Mark Elbrecht:
* configure.bat: Remove; obsolete.
This commit is contained in:
parent
980e4bf7fe
commit
8f36e47c10
@ -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
|
||||
|
@ -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 ..
|
@ -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.
|
||||
|
@ -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
|
@ -2,6 +2,7 @@
|
||||
|
||||
From Mark Elbrecht:
|
||||
* makefile.dos: Remove; obsolete.
|
||||
* configure.bat: Remove; obsolete.
|
||||
|
||||
1999-07-14 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
|
@ -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
|
@ -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.
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user