diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-15 20:48:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-15 20:48:28 +0300 |
commit | 3da7ad05f8a8c2bfaaf607f5dc2a1f9f17347bcf (patch) | |
tree | 02bbdbb5df31131989fad8d8e8af970d46152ecf | |
parent | 92edf3d8864ca092c9cffb7e1211e38ef7556be5 (diff) | |
parent | f9586a3dc83144d6383f2db275532f981601426b (diff) | |
download | egawk-3da7ad05f8a8c2bfaaf607f5dc2a1f9f17347bcf.tar.gz egawk-3da7ad05f8a8c2bfaaf607f5dc2a1f9f17347bcf.tar.bz2 egawk-3da7ad05f8a8c2bfaaf607f5dc2a1f9f17347bcf.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 10 | ||||
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/build-aux/config.sub | 10 |
4 files changed, 26 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2016-06-15 Arnold D. Robbins <arnold@skeeve.com> + + * config.sub: Update from GNULIB. + 2016-06-14 Arnold D. Robbins <arnold@skeeve.com> * builtin.c (do_sub): Fix sub for long runs of backslashes. @@ -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 9646ef6f..f9db0370 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2016-06-15 Arnold D. Robbins <arnold@skeeve.com> + + * config.sub: Update from GNULIB. + 2016-06-10 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub: Get latest from Gnulib master. diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub index 6d86a1e2..eccd2189 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 |