ソースを参照

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