aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-31 16:33:00 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-31 16:33:00 +0000
commit4d4a7c00d7059211a2b10fbeca6d442fd58e8a77 (patch)
tree84d97a2ef137a860bc9d7d4c32d01ec8f0dbd6b2 /db1-ast
parent28f0f8240e24ca71d123648b9078941eb3771be3 (diff)
More Asterisk sparc patches (courtesy Belgarath)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3693 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db1-ast')
-rwxr-xr-xdb1-ast/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/db1-ast/Makefile b/db1-ast/Makefile
index 0bb8ea5c5..f8192f795 100755
--- a/db1-ast/Makefile
+++ b/db1-ast/Makefile
@@ -7,6 +7,12 @@ SOVER=2.1
else
SOVER=2
endif
+#Added support for UltraSparc - Belgarath
+ifeq ($(ARCH),sparc64)
+PROC=ultrasparc
+CFLAGS += -mtune=$(PROC) -O3 -pipe -fomit-frame-pointer -mcpu=v8
+endif
+
LIBDBSO=libdb.so.$(SOVER)
PROG= db_dump185
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \