Delete obsolete SH3e sanitization.
This commit is contained in:
parent
640086fd70
commit
fd614e066c
29
.Sanitize
29
.Sanitize
@ -260,35 +260,6 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sh3e_files="ChangeLog config-ml.in"
|
|
||||||
if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
|
|
||||||
for i in $sh3e_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Keeping sh3e stuff in $i
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
for i in $sh3e_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Removing traces of \"sh3e\" from $i...
|
|
||||||
fi
|
|
||||||
cp $i new
|
|
||||||
sed '/start\-sanitize\-sh3e/,/end-\sanitize\-sh3e/d' < $i > new
|
|
||||||
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Caching $i in .Recover...
|
|
||||||
fi
|
|
||||||
mv $i .Recover
|
|
||||||
fi
|
|
||||||
mv new $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
|
if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
|
||||||
echo Catering to RMS by removing traces of \"gdbtk\"...
|
echo Catering to RMS by removing traces of \"gdbtk\"...
|
||||||
if [ -n "${verbose}" ] ; then
|
if [ -n "${verbose}" ] ; then
|
||||||
|
@ -565,12 +565,6 @@ Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
|
|||||||
|
|
||||||
* config.sub: Accept -lites* OS. From Ian Dall.
|
* config.sub: Accept -lites* OS. From Ian Dall.
|
||||||
|
|
||||||
start-sanitize-sh3e
|
|
||||||
Tue Sep 5 16:34:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
|
||||||
|
|
||||||
* cfg-ml-com.in (sh-*-*): Add sh3e support.
|
|
||||||
|
|
||||||
end-sanitize-sh3e
|
|
||||||
Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
|
Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
|
||||||
|
|
||||||
* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
|
* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
|
||||||
|
Loading…
Reference in New Issue
Block a user