- Attempt at an m68k config for Atheros HAL (untested).
[AROS.git] / workbench / devs / networks / atheros5000 / hal / public / m68k-elf.inc
blobc54fb0ee814cf5699b23f20fa38441183cd2aa27
2 # Compilation configuration for building m68k-elf.
6 ifndef TOOLPREFIX
7 TOOLPREFIX=
8 endif
10 CC=     ${TOOLPREFIX}gcc
11 LD=     ${TOOLPREFIX}ld
12 STRIP=  ${TOOLPREFIX}strip
13 OBJCOPY=${TOOLPREFIX}objcopy
14 NM=     ${TOOLPREFIX}nm
16 COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN