[svn-commits] qwell: trunk r44889 - in /trunk: ./ main/db1-ast/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Oct 11 09:58:00 MST 2006


Author: qwell
Date: Wed Oct 11 11:57:59 2006
New Revision: 44889

URL: http://svn.digium.com/view/asterisk?rev=44889&view=rev
Log:
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).

........

Modified:
    trunk/   (props changed)
    trunk/main/db1-ast/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/db1-ast/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/db1-ast/Makefile?rev=44889&r1=44888&r2=44889&view=diff
==============================================================================
--- trunk/main/db1-ast/Makefile (original)
+++ trunk/main/db1-ast/Makefile Wed Oct 11 11:57:59 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 svn-commits mailing list