diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2008-10-22 20:24:37 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2008-10-22 20:24:37 +0000 |
commit | c56e4415b2de4f72c0e6da144e4156b70912685d (patch) | |
tree | 034c42d7ccb75a406e32113a26ea5230ffbba2a6 /Makefile.am | |
parent | b330c3504778b2ec6bae877ff63122653874a72c (diff) | |
download | ds-c56e4415b2de4f72c0e6da144e4156b70912685d.tar.gz ds-c56e4415b2de4f72c0e6da144e4156b70912685d.tar.xz ds-c56e4415b2de4f72c0e6da144e4156b70912685d.zip |
Resolves: 207457
Summary: (64bitcounters) rhds 7.1 - server stats use 32-bit integers -
entrycachehitratio 1503%
Change description:
1) Makefile.am: instead of the inline assembly langauge file .il, include an
independent .S file to the libslapd_la_SOURCES list.
2) add AM_PROG_AS to configure.ac to accept CCAS and CCASFLAGS.
3) slapi_counter.c: adjusted to slapi_counter_sunos_sparcv9.S.
4) add slapi_counter_sunos_sparcv9.S
5) remove slapi_counter_sunos_sparcv9.il
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bd37fea2..ea9b2e63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -535,7 +535,7 @@ libslapd_la_SOURCES = ldap/servers/slapd/add.c \ $(libavl_a_SOURCES) if SOLARIS -libslapd_la_SOURCES += ldap/servers/slapd/slapi_counter_sunos_sparcv9.il +libslapd_la_SOURCES += ldap/servers/slapd/slapi_counter_sunos_sparcv9.S endif libslapd_la_CPPFLAGS = $(PLUGIN_CPPFLAGS) @db_inc@ @svrcore_inc@ |