From 18af23fee7b1055aea9e89990af96a681da4c299 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 11 Jun 2004 11:36:41 +0000 Subject: [PATCH] Whoops... Use 'g++' by default, since with 'gcc' we'll get linker errors [SVN r23086] --- v2/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/gcc.jam b/v2/tools/gcc.jam index fd3ca9912..52452d8eb 100644 --- a/v2/tools/gcc.jam +++ b/v2/tools/gcc.jam @@ -32,7 +32,7 @@ rule init ( version ? name ? ) { common.check-init-parameters gcc : version $(version) ; - name ?= "gcc" ; + name ?= "g++" ; local condition = gcc-$(version) ; condition ?= gcc ;