forked from Imagelibrary/binutils-gdb
Change the default for the CSKY target to be little endian.
* config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky default target, little endian target is more suitable.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2019-01-04 Lifang Xia <lifang_xia@c-sky.com>
|
||||
|
||||
* config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
|
||||
default target, little endian target is more suitable.
|
||||
|
||||
2019-01-04 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 24061
|
||||
|
||||
@@ -463,7 +463,7 @@ case "${targ}" in
|
||||
;;
|
||||
|
||||
csky-*-elf* | csky-*-linux* )
|
||||
targ_defvec=csky_elf32_be_vec
|
||||
targ_defvec=csky_elf32_le_vec
|
||||
targ_selvecs="csky_elf32_be_vec csky_elf32_le_vec"
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user