Explorar el Código

Makefile.config: Add default CXX definition

Isaku Yamahata hace 4 años
padre
commit
009e4fdded
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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