From 74e97bf07c6c85e83764de8c4b926c6b758d0bb6 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Fri, 15 Sep 2017 22:54:47 +0200 Subject: xFix BUILD_CC --- makefiles/Makefile.tools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools index 654889d..59d0aae 100644 --- a/makefiles/Makefile.tools +++ b/makefiles/Makefile.tools @@ -58,16 +58,16 @@ NSTESTTOOLS := $(NSSHARED)/testtools ifeq ($(HOST),kolibrios) CROSSDIR := /opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin ENVDIR := /opt/netsurf/kos32-gcc/env/ - BUILD_CC := $(CROSSDIR)/kos32-gcc + BUILD_CC := cc CC := $(CROSSDIR)/kos32-gcc AR := $(CROSSDIR)/kos32-ar BUILD := Linux PREFIX := /opt/netsurf/kos32-gcc/env KOLIBRI_SVN_CHECKOUT ?= /opt/netsurf/kos32-gcc/env/kolibrios -else - BUILD_CC ?= cc endif +BUILD_CC ?= cc + ############################################################################### # Host/build platform detection -- cgit v1.2.1