diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-06-25 17:54:44 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-06-25 17:54:44 +0000 |
commit | 92072d57c6754a4874f673439bc2b5a30f4c8918 (patch) | |
tree | cd13c0c09c722a92dd2423e093971a734ba14197 /ChangeLog | |
parent | 3e239be647036760563e62639ea574a2c55b9191 (diff) | |
download | glibc-92072d57c6754a4874f673439bc2b5a30f4c8918.tar.gz glibc-92072d57c6754a4874f673439bc2b5a30f4c8918.tar.xz glibc-92072d57c6754a4874f673439bc2b5a30f4c8918.zip |
Remove BROKEN_PPC_ASM_CR0 configure test.
One piece of architecture-specific code in the main configure.ac is the powerpc test that can define BROKEN_PPC_ASM_CR0. There's no need to move this to a sysdeps configure script, or to work out what bug it was testing in May 1998 to see if it's still relevant, since nothing in the source tree now uses the results of this test. Thus, this patch just removes the test in question. Not tested. * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test. * configure: Regenerated. * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7ba560d046..3a8869f126 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-06-25 Joseph Myers <joseph@codesourcery.com> + * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test. + * configure: Regenerated. + * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro. + * configure.ac (base_machine): Do not set specially for particular machines here. * configure: Regenerated. |