Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / BuildConf / native / Makefile.cfg
1 #
2 # Acess2 Native config
3 # - Used for forcing the architecture
4 #
5
6 ARCHDIR := native
7
8 #LD ?= $(CC) -print-prog-name=ld
9 LD = $(CC)
10 AS = $(CC) -c
11 ASSUFFIX = S
12
13 OBJDUMP := objdump -S
14
15 ifeq ($(HOST_ARCH),x86)
16 CC_SUFFIX := -m32
17 LD_SUFFIX := -melf_i386
18 endif
19

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