aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-11 16:57:06 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-11 16:57:06 +0000
commit77d0221d8359f3b9ee11e53b376cbae981b0865f (patch)
tree3aa7da9dc9c2faa3fedb80559f3f9677e1ea8b58 /main/db1-ast
parent27c4c589488078b588827a3bffe9d402b0e46c04 (diff)
These are already set by the parent Makefile..
There is no need to have this here (it doesn't actually work anyways). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44888 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/db1-ast')
-rw-r--r--main/db1-ast/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile
index 59ad0e25e..15d7f6a4f 100644
--- a/main/db1-ast/Makefile
+++ b/main/db1-ast/Makefile
@@ -7,11 +7,6 @@ SOVER=2.1
else
SOVER=2
endif
-#Added support for UltraSparc - Belgarath
-ifeq ($(ARCH),sparc64)
-PROC=ultrasparc
-ASTCFLAGS += -mtune=$(PROC) -pipe -fomit-frame-pointer -mcpu=v8
-endif
ifeq ($(OSARCH),Darwin)
OSARCH_DEFINE+=-D__Darwin__