From b50c602af76f80570156f402568fa24f144849d5 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 4 May 2013 12:37:36 -0700 Subject: [PATCH] Don't set CC; let it default or let the individual Config files set up CC if necessary. --- src/lisp/Config.x86_common | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lisp/Config.x86_common b/src/lisp/Config.x86_common index ea52b94c5..832d8d60b 100644 --- a/src/lisp/Config.x86_common +++ b/src/lisp/Config.x86_common @@ -45,10 +45,6 @@ ifdef FEATURE_UNICODE CPP_DEFINE_OPTIONS += -DUNICODE endif -# Default to using gcc. But clang also works. -CC = gcc - - LD = ld ifeq ($(filter 2% 3%, $(shell $(CC) -dumpversion)),) -- GitLab