Changed CC and AR in demo makefiles to make cross compiling the demo applications easier.

This commit is contained in:
skarg
2010-03-01 19:01:40 +00:00
parent 9327994aef
commit d4b39c6b59
19 changed files with 76 additions and 32 deletions
+4 -5
View File
@@ -1,10 +1,9 @@
#Makefile to build BACnet Library with GCC
# tools
# (':=' sets them to gcc and ar unless they are already defined for
# a board-specific cross-compiler and archiver)
CC := gcc
AR := ar
# tools - only if you need them.
# Most platforms have this already defined
# CC = gcc
# AR = ar
# target
TARGET = bacnet