mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
Remove sanitized-out Magic Cap support, will never be released
This commit is contained in:
@ -119,34 +119,6 @@ Things-to-lose:
|
|||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
|
||||||
for i in * ; do
|
|
||||||
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Keeping gm stuff in $i
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
for i in * ; do
|
|
||||||
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Removing traces of \"gm\" from $i...
|
|
||||||
fi
|
|
||||||
cp $i new
|
|
||||||
sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/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
|
|
||||||
|
|
||||||
|
|
||||||
v850_files="ChangeLog configure.in configure"
|
v850_files="ChangeLog configure.in configure"
|
||||||
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
||||||
for i in $v850_files ; do
|
for i in $v850_files ; do
|
||||||
|
@ -5591,9 +5591,6 @@ Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
|
|||||||
|
|
||||||
* mpw-config.in: Don't always use te-generic.h for emulation.
|
* mpw-config.in: Don't always use te-generic.h for emulation.
|
||||||
(powerpc-apple-macos): Use emulation te-macos.h.
|
(powerpc-apple-macos): Use emulation te-macos.h.
|
||||||
start-sanitize-gm
|
|
||||||
(mips-gm-magic): New configuration.
|
|
||||||
end-sanitize-gm
|
|
||||||
* mpw-make.sed (install, install-only): Edit in Mac-specific
|
* mpw-make.sed (install, install-only): Edit in Mac-specific
|
||||||
install procedure.
|
install procedure.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user