浏览代码

Makefile.config: Add default CXX definition

Isaku Yamahata 4 年之前
父节点
当前提交
009e4fdded
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Makefile.configs

+ 3 - 0
Makefile.configs

@@ -10,4 +10,7 @@ endif
 ifeq ($(origin LD),default)
 LD	= ld
 endif
+ifeq ($(origin CXX),default)
+CXX = g++
+endif
 OBJCOPY ?= objcopy