summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-09-07 12:01:21 +0100
committerVincent Sanders <vince@kyllikki.org>2018-09-07 12:01:21 +0100
commit40cdf498b9153685b4cefe576e59f6b41090912b (patch)
tree920275298cc179a3fd3bccdb8642a566714f6d17 /Makefile
parent8bca6cf28bf5162e0e4bb890c44b1ac1be204400 (diff)
downloadnetsurf-40cdf498b9153685b4cefe576e59f6b41090912b.tar.gz
netsurf-40cdf498b9153685b4cefe576e59f6b41090912b.tar.bz2
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)