mirror of git://sourceware.org/git/glibc.git
* sysdeps/i386/configure.in (libc_mtune_example): Variable removed.
* sysdeps/i386/configure: Regenerated.
This commit is contained in:
parent
4b69abad2c
commit
fd1bc8fb8a
|
@ -1,5 +1,8 @@
|
||||||
2005-11-04 Roland McGrath <roland@redhat.com>
|
2005-11-04 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/configure.in (libc_mtune_example): Variable removed.
|
||||||
|
* sysdeps/i386/configure: Regenerated.
|
||||||
|
|
||||||
[BZ #1089]
|
[BZ #1089]
|
||||||
* configure.in: Change order of add-on sysdeps directories,
|
* configure.in: Change order of add-on sysdeps directories,
|
||||||
so they are interleaved with main sysdeps directories.
|
so they are interleaved with main sysdeps directories.
|
||||||
|
|
|
@ -52,6 +52,3 @@ if test $libc_cv_cpp_asm_debuginfo = yes; then
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Tell top-level configure to try -mtune=i386.
|
|
||||||
libc_mtune_example=i386
|
|
||||||
|
|
|
@ -33,6 +33,3 @@ rm -f conftest*])AC_SUBST(libc_cv_cpp_asm_debuginfo)
|
||||||
if test $libc_cv_cpp_asm_debuginfo = yes; then
|
if test $libc_cv_cpp_asm_debuginfo = yes; then
|
||||||
AC_DEFINE(HAVE_CPP_ASM_DEBUGINFO)
|
AC_DEFINE(HAVE_CPP_ASM_DEBUGINFO)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Tell top-level configure to try -mtune=i386.
|
|
||||||
libc_mtune_example=i386
|
|
||||||
|
|
Loading…
Reference in New Issue