2 # Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3 # Copyright (c) 2002-2008 Atheros Communications, Inc.
5 # Permission to use, copy, modify, and/or distribute this software for any
6 # purpose with or without fee is hereby granted, provided that the above
7 # copyright notice and this permission notice appear in all copies.
9 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 # Compilation configuration for building big-endian ARMv4.
25 # Built with GNU cross-devel tools:
28 # BINUTILS=binutils-2.14
32 # ${BINUTILS}/configure --target=$target --prefix=${PREFIX}
33 # ${GCC}/configure --target=$target --prefix=${PREFIX} \
34 # --enable-languages=c --with-gnu-as --with-gnu-ld \
35 # --with-newlib --with-gxx-include-dir=${PREFIX}/$target/include
38 TOOLPREFIX= /pub/gnu/bin/arm-elf-
43 STRIP= ${TOOLPREFIX}strip
44 OBJCOPY=${TOOLPREFIX}objcopy
48 # Force register read/write operations to go through a function.
53 COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN
54 COPTS+= -march=armv4 -mbig-endian \
55 -fno-strict-aliasing -fno-common