git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel/arm7 - Fiddling with PCI etc
[tpg/acess2.git]
/
Makefile.i386.cfg
1
#
2
# Acess2 Build Configuration
3
#
4
5
CC = i586-elf-gcc
6
LD = i586-elf-ld
7
AS = nasm
8
OBJDUMP = i586-elf-objdump
9
RM = @rm -f
10
STRIP = strip
11
12
ARCHDIR = x86
13
14
DYNMOD_FLAGS := -mcmodel=small -fPIC
15
UCC
git Repository :: git.ucc.asn.au