[asterisk-commits] qwell: branch 1.4 r44888 -
/branches/1.4/main/db1-ast/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Oct 11 09:57:07 MST 2006
Author: qwell
Date: Wed Oct 11 11:57:06 2006
New Revision: 44888
URL: http://svn.digium.com/view/asterisk?rev=44888&view=rev
Log:
These are already set by the parent Makefile..
There is no need to have this here (it doesn't actually work anyways).
Modified:
branches/1.4/main/db1-ast/Makefile
Modified: branches/1.4/main/db1-ast/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/db1-ast/Makefile?rev=44888&r1=44887&r2=44888&view=diff
==============================================================================
--- branches/1.4/main/db1-ast/Makefile (original)
+++ branches/1.4/main/db1-ast/Makefile Wed Oct 11 11:57:06 2006
@@ -6,11 +6,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)
More information about the asterisk-commits
mailing list