AcessNative - Working on possible recompilation emulation
[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
10 OBJDUMP := objdump -S
11
12 ifeq ($(HOST_ARCH),x86)
13 CC_SUFFIX := -m32
14 LD_SUFFIX := -melf_i386
15 endif
16

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