about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-06-26 17:34:27 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-06-26 17:34:27 +0000
commite64708de3674314ee73a490d9d3e36b59e61612a (patch)
treebba202492eb12576ff98403fe460973c81cd98d0 /ChangeLog
parenta8779c28a8172b6573c9dd1724540e679c77168c (diff)
downloadglibc-e64708de3674314ee73a490d9d3e36b59e61612a.tar.gz
glibc-e64708de3674314ee73a490d9d3e36b59e61612a.tar.xz
glibc-e64708de3674314ee73a490d9d3e36b59e61612a.zip
Remove powerpc special cases in configure.ac.
This patch removes two powerpc special cases in the main configure.ac.
The test for rs6000 is irrelevant to currently supported
configurations (config.guess reports rs6000 for some OSes, of which
the only one currently supported by GCC is AIX, but not for Linux).
There's no need either for a special case for powerpc*-*soft;
--without-fp suffices, and GCC doesn't have any special handling of
such a triplet.

Not tested.

	* configure.ac: Do not test for machine being rs6000.  Do not test
	for powerpc*-*soft.
	* configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e90652fba1..4b26a77710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
 
+	* configure.ac: Do not test for machine being rs6000.  Do not test
+	for powerpc*-*soft.
+	* configure: Regenerated.
+
 	* configure.ac (libc_cv_asm_cfi_directives): Remove configure
 	test.
 	* configure: Regenerated.