Removed d10v.h.

This commit is contained in:
Martin Hunt 1996-11-21 19:01:14 +00:00
parent d9a9c18fad
commit 8ae9505bc0

View File

@ -25,14 +25,6 @@ else
lose_these_too="${arc_files} ${lose_these_too}"
fi
d10v_files="d10v.h"
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
keep_these_too="${d10v_files} ${keep_these_too}"
else
lose_these_too="${d10v_files} ${lose_these_too}"
fi
m32r_files="m32r.h"
if ( echo $* | grep keep\-m32r > /dev/null ) ; then