diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-15 15:49:40 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-15 15:49:45 +0200 |
commit | 6014c65de2ac75ac4ef147754d80c7992f07ece8 (patch) | |
tree | fb1c32b9acf4a86ce341a0ce8eb5923de389d30f /configure | |
parent | ee72219a497b6317c49dc0a9a02308fe408c8c5e (diff) | |
download | glibc-6014c65de2ac75ac4ef147754d80c7992f07ece8.tar.gz glibc-6014c65de2ac75ac4ef147754d80c7992f07ece8.tar.xz glibc-6014c65de2ac75ac4ef147754d80c7992f07ece8.zip |
gmon: Add test for basic mcount/gprof functionality
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index e6a54d7841..5cb5210107 100755 --- a/configure +++ b/configure @@ -651,6 +651,7 @@ MSGFMT MAKE LD AS +GPROF OBJCOPY OBJDUMP AR @@ -4572,6 +4573,8 @@ OBJDUMP=`$CC -print-prog-name=objdump` OBJCOPY=`$CC -print-prog-name=objcopy` +GPROF=`$CC -print-prog-name=gprof` + # Determine whether we are using GNU binutils. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5 |