Updated GNU make Makefile for cross compile by changing CC=gcc to CC:=gcc.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#Makefile to build BACnet Application using GCC compiler
|
||||
# Compiler to use
|
||||
CC = gcc
|
||||
CC := gcc
|
||||
# Executable file name
|
||||
TARGET = bacrp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user