Updated GNU make Makefile for cross compile by changing CC=gcc to CC:=gcc.

This commit is contained in:
skarg
2010-02-27 04:02:27 +00:00
parent 42c01e92f6
commit 2a68202503
18 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
#Makefile to build BACnet Library with GCC
# tools
# ('?=' sets them to gcc and ar unless they are already defined for
# (':=' sets them to gcc and ar unless they are already defined for
# a board-specific cross-compiler and archiver)
CC ?= gcc
AR ?= ar
CC := gcc
AR := ar
# target
TARGET = bacnet