summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2006-10-11 16:57:59 +0000
committerJason Parker <jparker@digium.com>2006-10-11 16:57:59 +0000
commit7173b2cf2e0b392ed812dd8c0fe13d994b32dc52 (patch)
tree1c365bde40936c665ceadc346e8683668687789d /main
parent2fb6af5496086a0dad43fa6ffa2042e4437f2614 (diff)
Merged revisions 44888 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44888 | qwell | 2006-10-11 11:57:06 -0500 (Wed, 11 Oct 2006) | 3 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@44889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-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__