Added two wireless drivers: atheros5000.device and realtek8180.device.
[AROS.git] / workbench / devs / networks / atheros5000 / hal / public / alpha-elf.inc
blob0205f6a675b9bc01b99359f7c869d972dcadcb27
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: alpha-elf.inc,v 1.2 2008/11/10 03:43:26 sam Exp $
21 # Compilation configuration for building big-endian Alpha w/ elf.
23 # Built with GNU cross-devel tools:
25 # PREFIX=/pub/gnu
26 # BINUTILS=binutils-2.14
27 # GCC=gcc-3.3.2
28 # target=alpha-elf-linux
30 # ${BINUTILS}/configure --target=$target --prefix=${PREFIX}
31 # ${GCC}/configure --target=$target   --prefix=${PREFIX} \
32 #       --enable-languages=c   --with-gnu-as --with-gnu-ld \
33 #       --with-newlib   --with-gxx-include-dir=${PREFIX}/$target/include
37 ifndef TOOLPREFIX
38 TOOLPREFIX=     /pub/gnu/bin/alpha-elf-linux-
39 endif
41 CC=     ${TOOLPREFIX}gcc
42 LD=     ${TOOLPREFIX}ld
43 STRIP=  ${TOOLPREFIX}strip
44 OBJCOPY=${TOOLPREFIX}objcopy
45 NM=     ${TOOLPREFIX}nm
48 # Force register read/write operations to go through a function.
50 AH_REGOPS_FUNC=1
52 COPTS+= -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN
54 # NB: this should come from inttypes.h but can't until we cleanp
55 #     the definition of va_list on linux
57 COPTS+= -DAH_WORDSIZE=64