Kill r16/rce/acp stuff.

This commit is contained in:
Jim Wilson 1996-06-08 03:06:36 +00:00
parent 1b5484af26
commit 1b79e6e2cd
3 changed files with 0 additions and 37 deletions

View File

@ -438,35 +438,6 @@ else
done
fi
r16_files="configure.in configure"
if ( echo $* | grep keep\-r16 > /dev/null ) ; then
for i in $r16_files ; do
if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping r16 stuff in $i
fi
fi
done
else
for i in $r16_files ; do
if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"r16\" from $i...
fi
cp $i new
sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/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
arc_files="configure.in configure ChangeLog-95"
if ( echo $* | grep keep\-arc > /dev/null ) ; then

4
gdb/configure vendored
View File

@ -3393,10 +3393,6 @@ h8500-*-*) gdb_target=h8500 ;;
sh-*-*) gdb_target=sh ;;
# start-sanitize-r16
r16-*-*) gdb_target=r16 ;;
# end-sanitize-r16
hppa*-*-bsd*) gdb_target=hppabsd ;;
hppa*-*-pro*) gdb_target=hppapro ;;
hppa*-*-hpux*) gdb_target=hppahpux ;;

View File

@ -477,10 +477,6 @@ h8500-*-*) gdb_target=h8500 ;;
sh-*-*) gdb_target=sh ;;
# start-sanitize-r16
r16-*-*) gdb_target=r16 ;;
# end-sanitize-r16
hppa*-*-bsd*) gdb_target=hppabsd ;;
hppa*-*-pro*) gdb_target=hppapro ;;
hppa*-*-hpux*) gdb_target=hppahpux ;;