Usermode - Hacking up native compilation target
[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 AS = $(CC) -c
10 ASSUFFIX = S
11
12 OBJDUMP := objdump -S
13
14 ifeq ($(HOST_ARCH),x86)
15 CC_SUFFIX := -m32
16 LD_SUFFIX := -melf_i386
17 endif
18

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