AcessNative - Working on possible recompilation emulation
[tpg/acess2.git] / BuildConf / native / Makefile.cfg
diff --git a/BuildConf/native/Makefile.cfg b/BuildConf/native/Makefile.cfg
new file mode 100644 (file)
index 0000000..389a738
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Acess2 Native config
+# - Used for forcing the architecture
+#
+
+ARCHDIR := native
+
+LD ?= $(CC) -print-prog-name=ld
+
+OBJDUMP := objdump -S
+
+ifeq ($(HOST_ARCH),x86)
+CC_SUFFIX := -m32
+LD_SUFFIX := -melf_i386
+endif
+

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