mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +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:
@ -241,7 +241,7 @@ if [ -n "${verbose}" ] ; then
|
|||||||
echo Processing \"d10v\"...
|
echo Processing \"d10v\"...
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d10v_files="ChangeLog config.sub"
|
d10v_files="ChangeLog config.sub configure.in"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
||||||
for i in $d10v_files ; do
|
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)
|
Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* config.guess (HP 9000/811): Recognize this as a PA1.1
|
* config.guess (HP 9000/811): Recognize this as a PA1.1
|
||||||
|
@ -418,6 +418,11 @@ case "${target}" in
|
|||||||
arm-*-riscix*)
|
arm-*-riscix*)
|
||||||
noconfigdirs="$noconfigdirs ld target-libgloss"
|
noconfigdirs="$noconfigdirs ld target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
# start-sanitize-d10v
|
||||||
|
d10v-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
;;
|
||||||
|
# end-sanitize-d10v
|
||||||
h8300*-*-* | \
|
h8300*-*-* | \
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
||||||
|
Reference in New Issue
Block a user