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:
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user