Skip to content

Commit

Permalink
* sysdeps/x86_64/configure: New file.
Browse files Browse the repository at this point in the history
	* configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
	* configure: Regenerated.
  • Loading branch information
Roland McGrath committed Nov 11, 2008
1 parent 187f9fb commit 58a4b51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2008-11-11 Roland McGrath <roland@redhat.com>

* sysdeps/x86_64/configure: New file.

* configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
* configure: Regenerated.

2008-11-03 Martin Schwidefsky <schwidefsky@de.ibm.com>

* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
Expand Down
6 changes: 5 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ libc_cv_localedir
libc_cv_sysconfdir
libc_cv_rootsbindir
libc_cv_forced_unwind
libc_cv_cpp_asm_debuginfo
use_ldconfig
ldd_rewrite_script
elf
Expand Down Expand Up @@ -8445,6 +8446,8 @@ fi
if test $elf = yes; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_ELF 1
Expand Down Expand Up @@ -9311,6 +9314,7 @@ libc_cv_localedir!$libc_cv_localedir$ac_delim
libc_cv_sysconfdir!$libc_cv_sysconfdir$ac_delim
libc_cv_rootsbindir!$libc_cv_rootsbindir$ac_delim
libc_cv_forced_unwind!$libc_cv_forced_unwind$ac_delim
libc_cv_cpp_asm_debuginfo!$libc_cv_cpp_asm_debuginfo$ac_delim
use_ldconfig!$use_ldconfig$ac_delim
ldd_rewrite_script!$ldd_rewrite_script$ac_delim
elf!$elf$ac_delim
Expand All @@ -9331,7 +9335,7 @@ LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
Expand Down
3 changes: 3 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,9 @@ AC_SUBST(libc_cv_sysconfdir)
AC_SUBST(libc_cv_rootsbindir)
AC_SUBST(libc_cv_forced_unwind)

dnl sysdeps/CPU/configure.in checks set this via arch-specific asm tests
AC_SUBST(libc_cv_cpp_asm_debuginfo)

AC_SUBST(use_ldconfig)
AC_SUBST(ldd_rewrite_script)

Expand Down

0 comments on commit 58a4b51

Please sign in to comment.