From: Lifang Xia Date: Fri, 4 Jan 2019 13:56:46 +0000 (+0000) Subject: Change the default for the CSKY target to be little endian. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=d9858c37914e104401071b12b060765024008fe4;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc6782f441..880ee8e80e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2019-01-04 Lifang Xia + + * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky + default target, little endian target is more suitable. + 2019-01-04 Alan Modra PR 24061 diff --git a/bfd/config.bfd b/bfd/config.bfd index 014cc8ff0e..0e1ddb659c 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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" ;;