for armeb, TARGET_ENDIAN_DEFAULT now needs to be set to MASK_BIG_END.
This commit is contained in:
parent
1b9990ba67
commit
8b8880930c
|
@ -663,8 +663,8 @@ arm*-*-freebsd*|strongarm*-*-freebsd*)
|
|||
arm*-*-netbsdelf*)
|
||||
tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
|
||||
tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
|
||||
case $machine in
|
||||
armeb*) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END"
|
||||
case ${target} in
|
||||
armeb*) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_END" ;;
|
||||
esac
|
||||
;;
|
||||
arm*-*-netbsd*)
|
||||
|
|
Loading…
Reference in New Issue