diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-12 12:00:26 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-12 12:00:26 +0000 |
commit | 3ee87ca7d4c813087eeee8b9fd04b7836244a54a (patch) | |
tree | 30d5d50dce77cb2e80d0bead19ee23e7d0a38617 /gmon | |
parent | 7dbf6a6cd568437c4b2fa14bcf5a1914cc267527 (diff) | |
download | glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.tar glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.tar.gz glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.tar.bz2 glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.zip |
Updated to fedora-glibc-20041012T1128cvs/fedora-glibc-2_3_3-67
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gmon/Makefile b/gmon/Makefile index 060ede1f8f..80a79456f7 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -29,11 +29,11 @@ elide-routines.os = bb_init_func bb_exit_func tests := tst-sprofil -include ../Rules - # The mcount code won't work without a frame pointer. CFLAGS-mcount.c := -fno-omit-frame-pointer +include ../Rules + # We cannot compile mcount.c with -pg because that would # create recursive calls. Just copy the normal static object. # On systems where `profil' is not a system call, the same |