From: Jason Parker Date: Wed, 11 Oct 2006 16:57:06 +0000 (+0000) Subject: These are already set by the parent Makefile.. X-Git-Tag: 1.4.0-beta3~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c72ad9cb1a7bdec10ba3ae4a9a529c137005a8c;p=thirdparty%2Fasterisk.git 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/branches/1.4@44888 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile index 59ad0e25e2..15d7f6a4ff 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__