Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / arc-endianness.sh
CommitLineData
1a295c62
AB
1# Select an appropriate endinaness based on the value of target. When
2# building for all targets we select little endian, which is what the
3# '*' pattern is for.
9a5f28ae
AB
4case ${target} in
5 arceb-*)
6c19b93b
AM
6 ARC_ENDIAN="big"
7 ;;
1a295c62 8 arc-* | * )
6c19b93b
AM
9 ARC_ENDIAN="little"
10 ;;
9a5f28ae 11esac
This page took 0.182052 seconds and 4 git commands to generate.