|
Boost-Commit : |
From: steven_at_[hidden]
Date: 2008-07-08 22:03:41
Author: steven_watanabe
Date: 2008-07-08 22:03:40 EDT (Tue, 08 Jul 2008)
New Revision: 47253
URL: http://svn.boost.org/trac/boost/changeset/47253
Log:
gcc.archive now works
Text files modified:
branches/build/python_port/python/boost/build/tools/gcc.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/build/python_port/python/boost/build/tools/gcc.py
==============================================================================
--- branches/build/python_port/python/boost/build/tools/gcc.py (original)
+++ branches/build/python_port/python/boost/build/tools/gcc.py 2008-07-08 22:03:40 EDT (Tue, 08 Jul 2008)
@@ -183,9 +183,9 @@
##TODO: what is search-path?
archiver = common.get_invocation_command('gcc',
'ar', feature.get_values('<archiver>', options), bin, ['search-path'])
- toolset.flags('gcc.archive', '.AR', condition, archiver[0])
+ toolset.flags('gcc.archive', '.AR', condition, [archiver])
if debug():
- print 'notice: using gcc archiver ::', condition, '::', archiver[0]
+ print 'notice: using gcc archiver ::', condition, '::', archiver
# - The resource compiler.
rc_command = common.get_invocation_command_nodefault('gcc',
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