2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Whoops... Use 'g++' by default, since with 'gcc' we'll get linker errors

[SVN r23086]
This commit is contained in:
Vladimir Prus
2004-06-11 11:36:41 +00:00
parent 1f8b5a6199
commit 18af23fee7

View File

@@ -32,7 +32,7 @@ rule init ( version ? name ? )
{
common.check-init-parameters gcc : version $(version) ;
name ?= "gcc" ;
name ?= "g++" ;
local condition = <toolset>gcc-$(version) ;
condition ?= <toolset>gcc ;