1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

gmon: Add test for basic mcount/gprof functionality

This commit is contained in:
Florian Weimer
2017-08-15 15:49:40 +02:00
parent ee72219a49
commit 6014c65de2
8 changed files with 149 additions and 2 deletions

3
configure vendored
View File

@ -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