[svn-commits] kmoore: branch 10 r370082 - /branches/10/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 16 08:52:01 CDT 2012


Author: kmoore
Date: Mon Jul 16 08:51:57 2012
New Revision: 370082

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370082
Log:
Add comments about the BUILD_NATIVE change

This is a significant change and mention of it should have gone into
UPGRADE.txt and CHANGES.
........

Merged revisions 370081 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/10/   (props changed)
    branches/10/CHANGES
    branches/10/UPGRADE-1.8.txt
    branches/10/UPGRADE.txt

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/10/CHANGES?view=diff&rev=370082&r1=370081&r2=370082
==============================================================================
--- branches/10/CHANGES (original)
+++ branches/10/CHANGES Mon Jul 16 08:51:57 2012
@@ -23,6 +23,18 @@
 
    The LastMsgsSent value has been re-added with the same functionality as in
    previous versions of Asterisk.
+
+------------------------------------------------------------------------------
+--- Functionality changes since Asterisk 10.4.0 ------------------------------
+------------------------------------------------------------------------------
+
+Build System
+------------
+ * The optimization portion of the build system has been reworked to avoid
+   broken builds on certain architectures.  All architecture-specific
+   optimization has been removed in favor of using -march=native to allow gcc
+   to detect the environment in which it is running when possible.  This can
+   be toggled as BUILD_NATIVE under "Compiler Flags" in menuselect.
 
 ------------------------------------------------------------------------------
 --- Functionality changes since Asterisk 10.3.0 ------------------------------

Modified: branches/10/UPGRADE-1.8.txt
URL: http://svnview.digium.com/svn/asterisk/branches/10/UPGRADE-1.8.txt?view=diff&rev=370082&r1=370081&r2=370082
==============================================================================
--- branches/10/UPGRADE-1.8.txt (original)
+++ branches/10/UPGRADE-1.8.txt Mon Jul 16 08:51:57 2012
@@ -18,6 +18,11 @@
 ===
 ===========================================================
 
+From 1.8.12 to 1.8.13:
+* The complex processor detection and optimization has been removed from
+  the makefile in favor of using native optimization suppport when available.
+  BUILD_NATIVE can be disabled via menuselect under "Compiler Flags".
+
 From 1.8.10 to 1.8.11:
 
 * If no transport is specified in sip.conf, transport will default to UDP.

Modified: branches/10/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/10/UPGRADE.txt?view=diff&rev=370082&r1=370081&r2=370082
==============================================================================
--- branches/10/UPGRADE.txt (original)
+++ branches/10/UPGRADE.txt Mon Jul 16 08:51:57 2012
@@ -18,6 +18,12 @@
 === UPGRADE-1.8.txt -- Upgrade info for 1.6 to 1.8
 ===
 ===========================================================
+
+From 10.4 to 10.5:
+
+* The complex processor detection and optimization has been removed from
+  the makefile in favor of using native optimization suppport when available.
+  BUILD_NATIVE can be disabled via menuselect under "Compiler Flags".
 
 From 10.3 to 10.4:
 




More information about the svn-commits mailing list