Changed CC and AR in demo makefiles to make cross compiling the demo applications easier.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user