Kernel/IPStack - (minor) TODO retransmit timer
[tpg/acess2.git] / BuildConf / x86 / Makefile.cfg
1 #
2 # Acess2 Build Configuration
3 #
4
5 TRIPLET = i686-pc-acess2
6 AS = nasm
7 RM = @rm -f
8 STRIP = strip
9
10 ARCHDIR = x86
11
12 DYNMOD_FLAGS := -mcmodel=small -fPIC
13
14
15 ASFLAGS = -felf

UCC git Repository :: git.ucc.asn.au