diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-15 02:20:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-15 02:20:14 +0000 |
commit | df17727a5efa1a5447e970e31cf9673a7f508fba (patch) | |
tree | c028f52f94da1a839c2ba8bb7f41e9582ea71843 | |
parent | 4730fc68821285c245e1d90a5c866f2845f9411c (diff) | |
download | glibc-df17727a5efa1a5447e970e31cf9673a7f508fba.tar.gz glibc-df17727a5efa1a5447e970e31cf9673a7f508fba.tar.xz glibc-df17727a5efa1a5447e970e31cf9673a7f508fba.zip |
Define dl_iterate_phdr to test which uses -nostdlib.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 776e26ff52..2293f7538f 100644 --- a/configure.in +++ b/configure.in @@ -1473,6 +1473,7 @@ memset () {} free () {} abort () {} __bzero () {} +dl_iterate_phdr () {} EOF dnl No \ in command here because it ends up inside ''. if AC_TRY_COMMAND([${CC-cc} $CFLAGS -DCHECK__register_frame_info |