mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Obsolete beos
* config.bfd: Obsolete *-*-beos*. Simplify x86 beos match.
This commit is contained in:
@ -48,6 +48,7 @@ targ_underscore=no
|
|||||||
|
|
||||||
# Catch obsolete configurations.
|
# Catch obsolete configurations.
|
||||||
case $targ in
|
case $targ in
|
||||||
|
*-*-beos* | \
|
||||||
null)
|
null)
|
||||||
if test "x$enable_obsolete" != xyes; then
|
if test "x$enable_obsolete" != xyes; then
|
||||||
echo "*** Configuration $targ is obsolete." >&2
|
echo "*** Configuration $targ is obsolete." >&2
|
||||||
@ -751,7 +752,7 @@ case "${targ}" in
|
|||||||
targ_defvec=i386_pe_vec
|
targ_defvec=i386_pe_vec
|
||||||
targ_selvecs="i386_pe_vec i386_pei_vec"
|
targ_selvecs="i386_pe_vec i386_pei_vec"
|
||||||
;;
|
;;
|
||||||
i[3-7]86-*-beoself* | i[3-7]86-*-beos*)
|
i[3-7]86-*-beos*)
|
||||||
targ_defvec=i386_elf32_vec
|
targ_defvec=i386_elf32_vec
|
||||||
targ_selvecs="iamcu_elf32_vec i386_pe_vec i386_pei_vec"
|
targ_selvecs="iamcu_elf32_vec i386_pe_vec i386_pei_vec"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user