From 40cdf498b9153685b4cefe576e59f6b41090912b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Sep 2018 12:01:21 +0100 Subject: Change BUILD compiler target to cc The use of gcc explicitly does not work on systems where the local building system only has the clang compiler. Framebuffer was the only user of the BUILD_CC target for local tooling and its handling of flags was also improved. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e63fb242..ae1c6a2d8 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ endif VQ=@ # Override this only if the host compiler is called something different -HOST_CC := gcc +BUILD_CC := cc ifeq ($(TARGET),riscos) ifeq ($(HOST),riscos) -- cgit v1.2.3