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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user