From c9c181da31e965c676cb8ef9acee2ef68d3f5586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Sun, 16 Apr 2006 18:15:30 +0000 Subject: [PATCH] Fixed shadowing of rc variable in if-clause. [SVN r33714] --- src/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index 41a0e1d0f..cde7767eb 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -125,7 +125,7 @@ rule init ( version ? : command * : options * ) #~ that creates empty object files. This allows the same Jamfiles #~ to work across the board. The null RC uses the assembler to create #~ the empty objects, so configure that. - local rc = + rc = [ common.get-invocation-command gcc : as : : $(bin) : search-path ] ; rc-type = null ;