repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
devs
/
networks
/
atheros5000
/
hal
/
public
/
m68k-elf.inc
blob
c2e71d6166d5e0761028dc1d68a917b2904c7142
1
# Compilation configuration for building m68k-elf.
2
#
3
4
#
5
ifndef TOOLPREFIX
6
TOOLPREFIX=
7
endif
8
#
9
CC= ${TOOLPREFIX}gcc
10
LD= ${TOOLPREFIX}ld
11
STRIP= ${TOOLPREFIX}strip
12
OBJCOPY=${TOOLPREFIX}objcopy
13
NM= ${TOOLPREFIX}nm
14
15
COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN