Explorar o código

Makefile.config: Add default CXX definition

Isaku Yamahata %!s(int64=4) %!d(string=hai) anos
pai
achega
009e4fdded
Modificáronse 1 ficheiros con 3 adicións e 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