mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Accept armbe as a big-endian arm configuration.
This commit is contained in:
@ -124,6 +124,7 @@ changequote([,])dnl
|
||||
case ${cpu} in
|
||||
am33_2.0) cpu_type=mn10300 endian=little ;;
|
||||
alpha*) cpu_type=alpha ;;
|
||||
arm*be|xscale*be|strongarm*be | \
|
||||
arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;;
|
||||
arm*|xscale*|strongarm*) cpu_type=arm endian=little ;;
|
||||
c4x*) cpu_type=tic4x ;;
|
||||
|
Reference in New Issue
Block a user