Gitweb links:

...log 
http://git.netsurf-browser.org/buildsystem.git/shortlog/1bec35860a7140712eed1c26e57285803e61b557
...commit 
http://git.netsurf-browser.org/buildsystem.git/commit/1bec35860a7140712eed1c26e57285803e61b557
...tree 
http://git.netsurf-browser.org/buildsystem.git/tree/1bec35860a7140712eed1c26e57285803e61b557

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

    Fix extracting the toolchain prefix for non netsurf toolchains

diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index c60d6fc..c0e96d5 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -139,7 +139,7 @@ else
   else
     CC__ := $(realpath $(toolpath_))
     toolpath_ := $(dir $(CC__))
-    toolprefix_ := $(subst :,/,$(dir $(subst -,/,$(subst /,:,$(CC__)))))
+    toolprefix_ := $(subst :,/,$(subst /,-,$(patsubst %/,%,$(dir $(subst 
-,/,$(subst /,:,$(CC__)))))))
     ifeq ($(origin AR),default)
       AR__ := $(toolprefix_)-ar
     endif


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

Summary of changes:
 makefiles/Makefile.tools |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index c60d6fc..c0e96d5 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -139,7 +139,7 @@ else
   else
     CC__ := $(realpath $(toolpath_))
     toolpath_ := $(dir $(CC__))
-    toolprefix_ := $(subst :,/,$(dir $(subst -,/,$(subst /,:,$(CC__)))))
+    toolprefix_ := $(subst :,/,$(subst /,-,$(patsubst %/,%,$(dir $(subst 
-,/,$(subst /,:,$(CC__)))))))
     ifeq ($(origin AR),default)
       AR__ := $(toolprefix_)-ar
     endif


-- 
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