Boost logo

Boost-Commit :

From: kbelco_at_[hidden]
Date: 2008-08-29 16:44:32


Author: noel_belcourt
Date: 2008-08-29 16:44:31 EDT (Fri, 29 Aug 2008)
New Revision: 48464
URL: http://svn.boost.org/trac/boost/changeset/48464

Log:
Removed the -xarch=generic architecture from build.jam
as this option is unknown so the Sun compilers on Linux.
As -xarch=generic is the default on the Sun, there should
be no impact to the Sun platform.

Text files modified:
   trunk/tools/jam/src/build.jam | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: trunk/tools/jam/src/build.jam
==============================================================================
--- trunk/tools/jam/src/build.jam (original)
+++ trunk/tools/jam/src/build.jam 2008-08-29 16:44:31 EDT (Fri, 29 Aug 2008)
@@ -278,7 +278,6 @@
     :
     [ opt --release : -s -fast -xO4 ]
     [ opt --debug : -g ]
- -xarch=generic
     -I$(--python-include) -I$(--extra-include)
     : -L$(--python-lib[1]) -l$(--python-lib[2]) ;
 ## Sun Workshop 6 C++ (old alias)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk