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