about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-21 20:26:58 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-21 20:26:58 +0000
commitb9cec87760789de3b7343186674329cf4d82f6af (patch)
treee86f8472fe43cfe630148ebeeebcf7250d46b8da
parent98d289f6b6b40bb9923dabfcf9c5d23250ec38bc (diff)
downloadglibc-b9cec87760789de3b7343186674329cf4d82f6af.tar.gz
glibc-b9cec87760789de3b7343186674329cf4d82f6af.tar.xz
glibc-b9cec87760789de3b7343186674329cf4d82f6af.zip
[$(subdir)=gmon] (sysdep_routines): Add i386-mcount.
-rw-r--r--sysdeps/i386/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile
index 21caf42052..35e0422bdb 100644
--- a/sysdeps/i386/Makefile
+++ b/sysdeps/i386/Makefile
@@ -5,6 +5,10 @@ asm-CPPFLAGS := $(asm-CPPFLAGS) -DGAS_SYNTAX
 # The i386 `long double' is a distinct type we support.
 long-double-fcts = yes
 
+ifeq ($(subdir),gmon)
+sysdep_routines += i386-mcount
+endif
+
 ifeq ($(subdir),elf)
 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
 CFLAGS-dl-load.c += -Wno-unused