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
+1 -1
View File
@@ -1,6 +1,6 @@
#Makefile to build BACnet Application using GCC compiler
# Compiler to use
CC = gcc
CC := gcc
# Executable file name
TARGET = bacrp