start-sanitize-d10v

Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * configure.in (d10v-*-*): New target.
end-sanitize-d10v
This commit is contained in:
Martin Hunt 1996-07-18 00:53:17 +00:00
parent e3659cbf49
commit a1e636c89d
3 changed files with 12 additions and 1 deletions

View file

@ -241,7 +241,7 @@ if [ -n "${verbose}" ] ; then
echo Processing \"d10v\"...
fi
d10v_files="ChangeLog config.sub"
d10v_files="ChangeLog config.sub configure.in"
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
for i in $d10v_files ; do

View file

@ -1,3 +1,9 @@
start-sanitize-d10v
Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* configure.in (d10v-*-*): New target.
end-sanitize-d10v
Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
* config.guess (HP 9000/811): Recognize this as a PA1.1

View file

@ -418,6 +418,11 @@ case "${target}" in
arm-*-riscix*)
noconfigdirs="$noconfigdirs ld target-libgloss"
;;
# start-sanitize-d10v
d10v-*-*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
# end-sanitize-d10v
h8300*-*-* | \
h8500-*-*)
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"