mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-20 11:08:19 +00:00
Mark the i370 target as obsolete.
* config.bfd: Mark the i370 target as obsolete.
This commit is contained in:
parent
878a68773b
commit
3ed4ff97cb
@ -1,3 +1,7 @@
|
||||
2016-03-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config.bfd: Mark the i370 target as obsolete.
|
||||
|
||||
2016-03-09 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* cpu-v850.c (N): Append ":old-gcc-abi" instead of " (using old
|
||||
|
@ -53,6 +53,7 @@ case $targ in
|
||||
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
|
||||
exit 1
|
||||
;;
|
||||
i370-* | \
|
||||
sh5*-*-* | sh64*-*-* | \
|
||||
null)
|
||||
if test "x$enable_obsolete" != xyes; then
|
||||
@ -541,6 +542,7 @@ case "${targ}" in
|
||||
targ_defvec=i370_elf32_vec
|
||||
targ_selvecs="i370_elf32_vec"
|
||||
;;
|
||||
|
||||
i[3-7]86-*-sco3.2v5*coff)
|
||||
targ_defvec=i386_coff_vec
|
||||
targ_selvecs=i386_elf32_vec
|
||||
|
Loading…
Reference in New Issue
Block a user