Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64994 - trunk/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2010-08-25 10:53:52


Author: vladimir_prus
Date: 2010-08-25 10:53:50 EDT (Wed, 25 Aug 2010)
New Revision: 64994
URL: http://svn.boost.org/trac/boost/changeset/64994

Log:
Remove OBJ/STATIC_LIB suffix specific for the qcc toolset.

They duplicate the default definition, and therefore result
in a 'duplicate key' error.

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

Modified: trunk/tools/build/v2/tools/qcc.jam
==============================================================================
--- trunk/tools/build/v2/tools/qcc.jam (original)
+++ trunk/tools/build/v2/tools/qcc.jam 2010-08-25 10:53:50 EDT (Wed, 25 Aug 2010)
@@ -25,12 +25,6 @@
 toolset.inherit-flags qcc : unix ;
 toolset.inherit-rules qcc : unix ;
 
-
-# Set typed target suffixes used by the qcc toolset.
-type.set-generated-target-suffix OBJ : <toolset>qcc : o ;
-type.set-generated-target-suffix STATIC_LIB : <toolset>qcc : a ;
-
-
 # Initializes the qcc toolset for the given version. If necessary, command may
 # be used to specify where the compiler is located. The parameter 'options' is a
 # space-delimited list of options, each one being specified as


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