From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/clang/
Date: Mon, 26 Sep 2016 10:44:11 +0000 (UTC) [thread overview]
Message-ID: <1474886646.0b1cb1d6aea25cb8801835deaacdbcd7b0de1857.aballier@gentoo> (raw)
commit: 0b1cb1d6aea25cb8801835deaacdbcd7b0de1857
Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Sat Sep 24 11:01:59 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 10:44:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1cb1d6
profiles/arch/amd64-fbsd/clang: Change to newway to use libc++ by default
profiles/arch/amd64-fbsd/clang/make.defaults | 2 +-
profiles/arch/amd64-fbsd/clang/package.use.force | 2 +-
profiles/arch/amd64-fbsd/clang/profile.bashrc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/profiles/arch/amd64-fbsd/clang/make.defaults b/profiles/arch/amd64-fbsd/clang/make.defaults
index a1afd07..fa38e0d 100644
--- a/profiles/arch/amd64-fbsd/clang/make.defaults
+++ b/profiles/arch/amd64-fbsd/clang/make.defaults
@@ -3,6 +3,6 @@
# $Id$
CFLAGS="-O2 -pipe"
-CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
+CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
diff --git a/profiles/arch/amd64-fbsd/clang/package.use.force b/profiles/arch/amd64-fbsd/clang/package.use.force
index affb8d1..9fa095c 100644
--- a/profiles/arch/amd64-fbsd/clang/package.use.force
+++ b/profiles/arch/amd64-fbsd/clang/package.use.force
@@ -14,4 +14,4 @@ sys-libs/libcxx static-libs abi_x86_32
net-misc/curl ssl curl_ssl_openssl
# We obviously need clang
-sys-devel/llvm clang static-analyzer
+sys-devel/llvm clang static-analyzer default-compiler-rt default-libcxx
diff --git a/profiles/arch/amd64-fbsd/clang/profile.bashrc b/profiles/arch/amd64-fbsd/clang/profile.bashrc
index 23cc508..a6e226c 100644
--- a/profiles/arch/amd64-fbsd/clang/profile.bashrc
+++ b/profiles/arch/amd64-fbsd/clang/profile.bashrc
@@ -5,4 +5,4 @@
# Check if clang/clang++ exist before setting them so that we can more easily
# switch to this profile and build stages.
type -P clang > /dev/null && export CC=clang
-type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX="clang++ -stdlib=libc++"
+type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX=clang++
next reply other threads:[~2016-09-26 10:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-26 10:44 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-11 22:47 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/clang/ Patrice Clement
2017-06-09 15:57 Anthony G. Basile
2017-03-08 21:30 Michał Górny
2016-10-03 17:03 Alexis Ballier
2016-09-26 10:39 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474886646.0b1cb1d6aea25cb8801835deaacdbcd7b0de1857.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox