changeset 17610:31be1b1a9960

autoupdate
author Karl Berry <karl@freefriends.org>
date Thu, 13 Feb 2014 06:45:03 -0800
parents 95b782a0b164
children 71e733c62cee
files build-aux/config.guess
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Sun Feb 09 15:55:24 2014 -0800
+++ b/build-aux/config.guess	Thu Feb 13 06:45:03 2014 -0800
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2014-01-25'
+timestamp='2014-02-12'
 
 # 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
@@ -149,7 +149,7 @@
 	LIBC=gnu
 	#endif
 	EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
 	;;
 esac