Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/74e97bf07c6c85e83764de8c4b926c6b758d0bb6
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/74e97bf07c6c85e83764de8c4b926c6b758d0bb6
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/74e97bf07c6c85e83764de8c4b926c6b758d0bb6
The branch, ashmew2/kolibri-cross has been updated
via 74e97bf07c6c85e83764de8c4b926c6b758d0bb6 (commit)
from 808f17e02fca0edfff0037759053ef25578833b5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/buildsystem.git/commit/?id=74e97bf07c6c85e83764de8c4b926c6b758d0bb6
commit 74e97bf07c6c85e83764de8c4b926c6b758d0bb6
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>
xFix BUILD_CC
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
-----------------------------------------------------------------------
Summary of changes:
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
--
NetSurf Project build system
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org