revert between 56095 -> 55830 in arch
[AROS.git] / workbench / devs / networks / atheros5000 / hal / public / arm9-le-thumb-elf.inc
blob02b3d342630b0ec7b14f0a34012af3e10d4e6f99
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.
17 # $Id$
21 # Compilation configuration for building little-endian ARM9/arm-elf.
23 # Known to work on:
24 #       Arm940T
27 # Force register read/write operations to go through a function so
28 # ARM users can implement a windowing scheme to access registers in
29 # the PCI address space.
31 AH_REGOPS_FUNC=1
34 # Built with GNU cross-devel tools:
36 # PREFIX=/pub/gnu
37 # BINUTILS=binutils-2.14
38 # GCC=gcc-3.3.2
39 # target=arm-elf
41 # ${BINUTILS}/configure --target=$target --prefix=${PREFIX}
42 # ${GCC}/configure --target=$target   --prefix=${PREFIX} \
43 #       --enable-languages=c   --with-gnu-as --with-gnu-ld \
44 #       --with-newlib   --with-gxx-include-dir=${PREFIX}/$target/include
46 ifndef TOOLPREFIX
47 TOOLPREFIX=     /pub/gnu/bin/arm-elf-
48 endif
50 CC=     ${TOOLPREFIX}gcc
51 LD=     ${TOOLPREFIX}ld
52 STRIP=  ${TOOLPREFIX}strip
53 OBJCOPY=${TOOLPREFIX}objcopy
54 NM=     ${TOOLPREFIX}nm
56 LDOPTS= -EL
57 COPTS+= -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN
58 COPTS+= -mthumb -mlittle-endian -mcpu=arm9 \
59         -ffunction-sections -fdata-sections