Skip to content

Commit

Permalink
Use clang++ for CXX when --enable-clang.
Browse files Browse the repository at this point in the history
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
  • Loading branch information
omasanori committed May 27, 2014
1 parent 746d086 commit f36204c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -725,6 +725,7 @@ then
if [ -z "$CC" ]
then
CFG_CC="clang"
CFG_CXX="clang++"
fi
;;
(*)
Expand Down

5 comments on commit f36204c

@bors
Copy link
Contributor

@bors bors commented on f36204c May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f36204c May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging omasanori/rust/cfg_cxx = f36204c into auto

@bors
Copy link
Contributor

@bors bors commented on f36204c May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omasanori/rust/cfg_cxx = f36204c merged ok, testing candidate = a183829

@bors
Copy link
Contributor

@bors bors commented on f36204c May 28, 2014

@bors
Copy link
Contributor

@bors bors commented on f36204c May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = a183829

Please sign in to comment.