diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-05-20 07:48:50 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-05-20 07:48:50 +0000 |
commit | c1b8190a1d648ebda8211a6a44e2c7d32ecff484 (patch) | |
tree | 1b60f480a9aec93babaec22570a2392ab5fb135d /sysdeps/sparc/Makefile | |
parent | 3b15b590b76c67c51503fd64c96fdf6c3ee0bed8 (diff) | |
download | glibc-c1b8190a1d648ebda8211a6a44e2c7d32ecff484.tar.gz glibc-c1b8190a1d648ebda8211a6a44e2c7d32ecff484.tar.xz glibc-c1b8190a1d648ebda8211a6a44e2c7d32ecff484.zip |
* sysdeps/sparc/machine-gmon.h: New file.
* sysdeps/sparc/sparc-mcount.S: Likewise. * sysdeps/sparc/Makefile: Add sparc-mcount target to sysdep_routines in gmon directory. 2008-05-14 David S. Miller <davem@davemloft.net> * sysdeps/sparc/machine-gmon.h: New file. * sysdeps/sparc/sparc-mcount.S: Likewise. * sysdeps/sparc/Makefile: Add sparc-mcount target to sysdep_routines in gmon directory.
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 |