Gitweb links:

...log 
http://git.netsurf-browser.org/buildsystem.git/shortlog/7137cd7d057c3d7bf3193cb050497092eef9dad8
...commit 
http://git.netsurf-browser.org/buildsystem.git/commit/7137cd7d057c3d7bf3193cb050497092eef9dad8
...tree 
http://git.netsurf-browser.org/buildsystem.git/tree/7137cd7d057c3d7bf3193cb050497092eef9dad8

The branch, master has been updated
       via  7137cd7d057c3d7bf3193cb050497092eef9dad8 (commit)
      from  eaaed1a2a54b473d70e7d3c69be14585691f84cc (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=7137cd7d057c3d7bf3193cb050497092eef9dad8
commit 7137cd7d057c3d7bf3193cb050497092eef9dad8
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Makefile.tools: Notice `lcc` and pretend it's `gcc`
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index a613c93..c60d6fc 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -373,6 +373,11 @@ else
     endif
   endif
 
+  ifeq ($(findstring lcc:,$(ccvsn)),lcc:)
+    # MCST LCC pretends to be gcc
+    toolchain := gcc
+  endif
+
   # "Norcroft ..."
   ifeq ($(word 1,$(ccvsn)),Norcroft)
     toolchain := norcroft


-----------------------------------------------------------------------

Summary of changes:
 makefiles/Makefile.tools |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index a613c93..c60d6fc 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -373,6 +373,11 @@ else
     endif
   endif
 
+  ifeq ($(findstring lcc:,$(ccvsn)),lcc:)
+    # MCST LCC pretends to be gcc
+    toolchain := gcc
+  endif
+
   # "Norcroft ..."
   ifeq ($(word 1,$(ccvsn)),Norcroft)
     toolchain := norcroft


-- 
NetSurf Project build system

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to