for armeb, TARGET_ENDIAN_DEFAULT now needs to be set to MASK_BIG_END.

This commit is contained in:
mrg 2006-07-06 00:25:34 +00:00
parent 1b9990ba67
commit 8b8880930c
1 changed files with 2 additions and 2 deletions

View File

@ -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*)