Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/fc683bcd756550c4747d7118b69d6ad21bee8895
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/fc683bcd756550c4747d7118b69d6ad21bee8895
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/fc683bcd756550c4747d7118b69d6ad21bee8895

The branch, master has been updated
       via  fc683bcd756550c4747d7118b69d6ad21bee8895 (commit)
       via  fa85e87619bd2a7136ed2378b869929db996adce (commit)
       via  077c8e2fb46e4c8b70d86862acb9c5465c1c105f (commit)
      from  1e47ceadd2b4343b5b35201b95f7e3467141e9f3 (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/toolchains.git/commit/?id=fc683bcd756550c4747d7118b69d6ad21bee8895
commit fc683bcd756550c4747d7118b69d6ad21bee8895
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    disable warnings as errors in ppc binutils builds

diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index efcc485..578fd56 100644
--- a/ppc-amigaos/Makefile
+++ b/ppc-amigaos/Makefile
@@ -142,7 +142,7 @@ $(BUILDSTEPS)/$(UPSTREAM_GCC_TARBALL).d: 
$(BUILDSTEPS)/buildsteps.d $(SOURCESDIR
 
 $(BUILDSTEPS)/binutils.d: $(BUILDSTEPS)/binutils-srcdir.d
        mkdir -p $(BUILDDIR)/binutils
-       cd $(BUILDDIR)/binutils && $(BINUTILS_SRCDIR)/configure 
--prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls --enable-plugins
+       cd $(BUILDDIR)/binutils && $(BINUTILS_SRCDIR)/configure 
--prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls --enable-plugins 
--disable-werror
        cd $(BUILDDIR)/binutils && make
        cd $(BUILDDIR)/binutils && make install
        touch $@


commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=fa85e87619bd2a7136ed2378b869929db996adce
commit fa85e87619bd2a7136ed2378b869929db996adce
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    disable warnings as errors in m68k binutils builds

diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 489b408..29c7aad 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -167,7 +167,7 @@ $(BUILDSTEPS)/$(UPSTREAM_GCC_TARBALL).d: 
$(BUILDSTEPS)/buildsteps.d $(SOURCESDIR
 # Build a 32bit binary until this gets fixed
 $(BUILDSTEPS)/binutils.d: $(BUILDSTEPS)/binutils-srcdir.d
        mkdir -p $(BUILDDIR)/binutils
-       cd $(BUILDDIR)/binutils && CFLAGS="-m32" LDFLAGS="-m32" 
$(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) 
--disable-nls
+       cd $(BUILDDIR)/binutils && CFLAGS="-m32" LDFLAGS="-m32" 
$(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) 
--disable-nls --disable-werror
        cd $(BUILDDIR)/binutils && make
        cd $(BUILDDIR)/binutils && make install
        touch $@


commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=077c8e2fb46e4c8b70d86862acb9c5465c1c105f
commit 077c8e2fb46e4c8b70d86862acb9c5465c1c105f
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    update libiconv patches for m68k amigaos

diff --git 
a/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p 
b/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p
index eecac92..2e1cf5e 100644
--- a/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p
+++ b/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p
@@ -1,6 +1,6 @@
---- srclib/unistd.in.h.orig    2014-01-15 01:06:20.525844246 +0000
-+++ srclib/unistd.in.h 2014-01-15 01:06:48.717471325 +0000
-@@ -1145,40 +1145,6 @@
+--- srclib/unistd.in.h.orig    2017-03-27 23:12:52.149619622 +0100
++++ srclib/unistd.in.h 2017-03-27 23:13:12.582243962 +0100
+@@ -1262,40 +1262,6 @@
  #endif
  
  
@@ -8,8 +8,8 @@
 -/* Read the contents of the symbolic link FILE and place the first BUFSIZE
 -   bytes of it into BUF.  Return the number of bytes placed into BUF if
 -   successful, otherwise -1 and errno set.
--   See the POSIX:2001 specification
--   <http://www.opengroup.org/susv3xsh/readlink.html>.  */
+-   See the POSIX:2008 specification
+-   <http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html>. 
 */
 -# if @REPLACE_READLINK@
 -#  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
 -#   define readlink rpl_readlink
@@ -39,5 +39,5 @@
 -
 -
  #if @GNULIB_READLINKAT@
- # if !@HAVE_READLINKAT@
- _GL_FUNCDECL_SYS (readlinkat, ssize_t,
+ # if @REPLACE_READLINKAT@
+ #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)


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

Summary of changes:
 m68k-unknown-amigaos/Makefile                            |    2 +-
 ppc-amigaos/Makefile                                     |    2 +-
 .../libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p   |   14 +++++++-------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 489b408..29c7aad 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -167,7 +167,7 @@ $(BUILDSTEPS)/$(UPSTREAM_GCC_TARBALL).d: 
$(BUILDSTEPS)/buildsteps.d $(SOURCESDIR
 # Build a 32bit binary until this gets fixed
 $(BUILDSTEPS)/binutils.d: $(BUILDSTEPS)/binutils-srcdir.d
        mkdir -p $(BUILDDIR)/binutils
-       cd $(BUILDDIR)/binutils && CFLAGS="-m32" LDFLAGS="-m32" 
$(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) 
--disable-nls
+       cd $(BUILDDIR)/binutils && CFLAGS="-m32" LDFLAGS="-m32" 
$(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) 
--disable-nls --disable-werror
        cd $(BUILDDIR)/binutils && make
        cd $(BUILDDIR)/binutils && make install
        touch $@
diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index efcc485..578fd56 100644
--- a/ppc-amigaos/Makefile
+++ b/ppc-amigaos/Makefile
@@ -142,7 +142,7 @@ $(BUILDSTEPS)/$(UPSTREAM_GCC_TARBALL).d: 
$(BUILDSTEPS)/buildsteps.d $(SOURCESDIR
 
 $(BUILDSTEPS)/binutils.d: $(BUILDSTEPS)/binutils-srcdir.d
        mkdir -p $(BUILDDIR)/binutils
-       cd $(BUILDDIR)/binutils && $(BINUTILS_SRCDIR)/configure 
--prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls --enable-plugins
+       cd $(BUILDDIR)/binutils && $(BINUTILS_SRCDIR)/configure 
--prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls --enable-plugins 
--disable-werror
        cd $(BUILDDIR)/binutils && make
        cd $(BUILDDIR)/binutils && make install
        touch $@
diff --git 
a/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p 
b/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p
index eecac92..2e1cf5e 100644
--- a/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p
+++ b/sdk/recipes/patches/libiconv/m68k-unknown-amigaos/srclib.unistd.in.h.p
@@ -1,6 +1,6 @@
---- srclib/unistd.in.h.orig    2014-01-15 01:06:20.525844246 +0000
-+++ srclib/unistd.in.h 2014-01-15 01:06:48.717471325 +0000
-@@ -1145,40 +1145,6 @@
+--- srclib/unistd.in.h.orig    2017-03-27 23:12:52.149619622 +0100
++++ srclib/unistd.in.h 2017-03-27 23:13:12.582243962 +0100
+@@ -1262,40 +1262,6 @@
  #endif
  
  
@@ -8,8 +8,8 @@
 -/* Read the contents of the symbolic link FILE and place the first BUFSIZE
 -   bytes of it into BUF.  Return the number of bytes placed into BUF if
 -   successful, otherwise -1 and errno set.
--   See the POSIX:2001 specification
--   <http://www.opengroup.org/susv3xsh/readlink.html>.  */
+-   See the POSIX:2008 specification
+-   <http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html>. 
 */
 -# if @REPLACE_READLINK@
 -#  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
 -#   define readlink rpl_readlink
@@ -39,5 +39,5 @@
 -
 -
  #if @GNULIB_READLINKAT@
- # if !@HAVE_READLINKAT@
- _GL_FUNCDECL_SYS (readlinkat, ssize_t,
+ # if @REPLACE_READLINKAT@
+ #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)


-- 
Cross-compilation toolchains and environments

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

Reply via email to