config.gcc (microblaze*-*-rtems*): Add TARGET_BIG_ENDIAN_DEFAULT.
2013-12-07 Ralf Corsépius <ralf.corsepius@rtems.org> * config.gcc (microblaze*-*-rtems*): Add TARGET_BIG_ENDIAN_DEFAULT. From-SVN: r205771
This commit is contained in:
parent
0b8b64393f
commit
c6adc8b3f7
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* config.gcc (microblaze*-*-rtems*): Add TARGET_BIG_ENDIAN_DEFAULT.
|
||||
|
||||
2013-12-06 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
* config/rs6000/rs600.md (*bswapdi2_64bit): Remove ?? from the
|
||||
|
|
|
@ -1887,6 +1887,14 @@ microblaze*-linux*)
|
|||
tmake_file="${tmake_file} microblaze/t-microblaze-linux"
|
||||
;;
|
||||
microblaze*-*-rtems*)
|
||||
case $target in
|
||||
microblazeel-*)
|
||||
tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
|
||||
;;
|
||||
microblaze-*)
|
||||
tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
|
||||
;;
|
||||
esac
|
||||
tm_file="${tm_file} dbxelf.h"
|
||||
tm_file="${tm_file} microblaze/rtems.h rtems.h newlib-stdint.h"
|
||||
c_target_objs="${c_target_objs} microblaze-c.o"
|
||||
|
|
Loading…
Add table
Reference in a new issue