mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
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:
parent
e3659cbf49
commit
a1e636c89d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user