changeset 39811:74cf04d92ad5

autoupdate
author Karl Berry <karl@freefriends.org>
date Thu, 30 Aug 2018 06:27:53 -0700
parents 3835fc85f72c
children 9971c7f37ee6
files build-aux/config.guess build-aux/config.sub
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Tue Aug 28 08:20:16 2018 -0700
+++ b/build-aux/config.guess	Thu Aug 30 06:27:53 2018 -0700
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-08-02'
+timestamp='2018-08-29'
 
 # 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
@@ -838,7 +838,7 @@
     *:BSD/OS:*:*)
 	echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
 	exit ;;
-    arm*:FreeBSD:*:*)
+    arm:FreeBSD:*:*)
 	UNAME_PROCESSOR=`uname -p`
 	set_cc_for_build
 	if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
--- a/build-aux/config.sub	Tue Aug 28 08:20:16 2018 -0700
+++ b/build-aux/config.sub	Thu Aug 30 06:27:53 2018 -0700
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-08-24'
+timestamp='2018-08-29'
 
 # 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