From cb0c7ca82e287826a73151d1f106d3421787a2e2 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 25 Aug 2010 14:53:50 +0000 Subject: [PATCH] Remove OBJ/STATIC_LIB suffix specific for the qcc toolset. They duplicate the default definition, and therefore result in a 'duplicate key' error. [SVN r64994] --- src/tools/qcc.jam | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/tools/qcc.jam b/src/tools/qcc.jam index 096e09c77..4f2a4fc14 100644 --- a/src/tools/qcc.jam +++ b/src/tools/qcc.jam @@ -25,12 +25,6 @@ generators.override builtin.lib-generator : qcc.prebuilt ; 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 : qcc : o ; -type.set-generated-target-suffix STATIC_LIB : 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