Build - Restructured configuration
[tpg/acess2.git] / BuildConf / host / Makefile.host.cfg
diff --git a/BuildConf/host/Makefile.host.cfg b/BuildConf/host/Makefile.host.cfg
new file mode 100644 (file)
index 0000000..dee50de
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Acess2 Host Native makefile
+# - Used for forcing the architecture
+#
+
+SAVED_CC_ := $(CC)
+SAVED_LD_ := $(LD)
+
+include $(ACESSDIR)/Makefile.x86_64.cfg
+
+OBJDUMP := objdump -S
+
+CC := $(SAVED_CC_)
+LD := $(SAVED_LD_)
+

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