Browse Source

Makefile.config: Add default CXX definition

Isaku Yamahata 4 years ago
parent
commit
009e4fdded
1 changed files with 3 additions and 0 deletions
  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