[conf] enable compilation of C++ files on arm-linux

This commit is contained in:
Felix Ruess
2016-03-09 18:02:27 +01:00
parent 625d7558a5
commit f84834e90d
+2 -1
View File
@@ -37,7 +37,8 @@ ifeq ($(shell which $(PREFIX)-gcc),)
endif
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
CXX = $(PREFIX)-g++
LD = $(PREFIX)-g++
AR = $(PREFIX)-ar
CP = $(PREFIX)-objcopy
DMP = $(PREFIX)-objdump