gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-918


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-918-gf9586a3
Date: Wed, 15 Jun 2016 17:48:14 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.1-stable has been updated
       via  f9586a3dc83144d6383f2db275532f981601426b (commit)
      from  b5a63ab37a2d018b0ae08abbf76ee2e88c3aff4c (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 -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=f9586a3dc83144d6383f2db275532f981601426b

commit f9586a3dc83144d6383f2db275532f981601426b
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Jun 15 20:48:03 2016 +0300

    Update config.sub.

diff --git a/ChangeLog b/ChangeLog
index 93e0448..7d6a89a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-15         Arnold D. Robbins     <address@hidden>
+
+       * config.sub: Update from GNULIB.
+
 2016-06-14         Arnold D. Robbins     <address@hidden>
 
        * builtin.c (do_sub): Fix sub for long runs of backslashes.
diff --git a/config.sub b/config.sub
index 6d86a1e..eccd218 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
-timestamp='2016-05-10'
+timestamp='2016-06-14'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -643,6 +643,14 @@ case $basic_machine in
                basic_machine=m68k-bull
                os=-sysv3
                ;;
+       e500v[12])
+               basic_machine=powerpc-unknown
+               os=$os"spe"
+               ;;
+       e500v[12]-*)
+               basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
+               os=$os"spe"
+               ;;
        ebmon29k)
                basic_machine=a29k-amd
                os=-ebmon
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog
index 9646ef6..f9db037 100644
--- a/extension/build-aux/ChangeLog
+++ b/extension/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-15         Arnold D. Robbins     <address@hidden>
+
+       * config.sub: Update from GNULIB.
+
 2016-06-10         Arnold D. Robbins     <address@hidden>
 
        * config.guess, config.sub: Get latest from Gnulib master.
diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub
index 6d86a1e..eccd218 100755
--- a/extension/build-aux/config.sub
+++ b/extension/build-aux/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
-timestamp='2016-05-10'
+timestamp='2016-06-14'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -643,6 +643,14 @@ case $basic_machine in
                basic_machine=m68k-bull
                os=-sysv3
                ;;
+       e500v[12])
+               basic_machine=powerpc-unknown
+               os=$os"spe"
+               ;;
+       e500v[12]-*)
+               basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
+               os=$os"spe"
+               ;;
        ebmon29k)
                basic_machine=a29k-amd
                os=-ebmon

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

Summary of changes:
 ChangeLog                      |    4 ++++
 config.sub                     |   10 +++++++++-
 extension/build-aux/ChangeLog  |    4 ++++
 extension/build-aux/config.sub |   10 +++++++++-
 4 files changed, 26 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]