diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-05-20 19:31:24 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-05-20 19:31:24 +0000 |
commit | e96fe50f0dd8d76fabfe139b46f059e3b2373b83 (patch) | |
tree | 50833fb9c0c5028eb88000d9dc7aa0e0b56b1747 /sysdeps/sparc/Makefile | |
parent | 21032d9230e840a1f8b89d43e1e8d63ccf7c6eae (diff) | |
download | glibc-e96fe50f0dd8d76fabfe139b46f059e3b2373b83.tar.gz glibc-e96fe50f0dd8d76fabfe139b46f059e3b2373b83.tar.xz glibc-e96fe50f0dd8d76fabfe139b46f059e3b2373b83.zip |
Updated to fedora-glibc-20080520T1924 cvs/fedora-glibc-2_8_90-4
Diffstat (limited to 'sysdeps/sparc/Makefile')
-rw-r--r-- | sysdeps/sparc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index 40323a0643..9fa5324b41 100644 --- a/sysdeps/sparc/Makefile +++ b/sysdeps/sparc/Makefile @@ -1,6 +1,10 @@ # The Sparc `long double' is a distinct type we support. long-double-fcts = yes +ifeq ($(subdir),gmon) +sysdep_routines += sparc-mcount +endif + ifeq ($(subdir),db2) CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_SPARC_GCC=1 endif |