]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(sysdep_routines): Add _mcount.
authorAndreas Jaeger <aj@suse.de>
Wed, 21 Aug 2002 07:55:22 +0000 (07:55 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 21 Aug 2002 07:55:22 +0000 (07:55 +0000)
sysdeps/x86_64/Makefile

index 4e64fb0a5ed451bcd62898137f175d9d6a9f1aca..0ed34a3abbc7b171f8cd4633c98154826aa24bbd 100644 (file)
@@ -4,3 +4,7 @@ long-double-fcts = yes
 ifeq ($(subdir),csu)
 sysdep_routines += hp-timing
 endif
+
+ifeq ($(subdir),gmon)
+sysdep_routines += _mcount
+endif