Build - Removed -Werror from kmode to allow scan-build to be run
[tpg/acess2.git] / BuildConf / host / Makefile.host.cfg
diff --git a/BuildConf/host/Makefile.host.cfg b/BuildConf/host/Makefile.host.cfg
deleted file mode 100644 (file)
index dee50de..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# 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