mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-12 03:43:33 +08:00
kvx-linux config
A misplaced line, resulting in testsuite errors when attempting to use as -m32. * config.bfd (kvx-*-linux*): Add targ_selvecs. (kvx-*-*): Remove targ_selvecs.
This commit is contained in:
parent
bb8b2f633e
commit
fddbba54a4
@ -801,13 +801,13 @@ case "${targ}" in
|
||||
#ifdef BFD64
|
||||
kvx-*-linux*)
|
||||
targ_defvec=kvx_elf64_vec
|
||||
targ_selvecs=kvx_elf32_vec
|
||||
want64=true
|
||||
;;
|
||||
#endif
|
||||
|
||||
kvx-*-*)
|
||||
targ_defvec=kvx_elf32_vec
|
||||
targ_selvecs="kvx_elf32_vec"
|
||||
#ifdef BFD64
|
||||
targ64_selvecs=kvx_elf64_vec
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user