--- Ghidra/Features/Decompiler/src/decompile/cpp/Makefile.orig	2019-11-04 12:40:52 UTC
+++ Ghidra/Features/Decompiler/src/decompile/cpp/Makefile
@@ -33,8 +33,8 @@ ifeq ($(OS),Darwin)
   OSDIR=osx64
 endif
 
-CC=gcc
-CXX=g++
+CC?=cc
+CXX?=c++
 
 # Debug flags
 DBG_CXXFLAGS=-g -Wall -Wno-sign-compare
