summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-19 20:13:50 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-19 20:13:50 +0000
commit8002318b31da6372c2be40fe7b153ac55cb8594d (patch)
treec9ded03e34f8bf53ec6099079ec5d26a90905f34 /profiles/default
parentx86 stable wrt bug #472636 (diff)
downloadgentoo-2-8002318b31da6372c2be40fe7b153ac55cb8594d.tar.gz
gentoo-2-8002318b31da6372c2be40fe7b153ac55cb8594d.tar.bz2
gentoo-2-8002318b31da6372c2be40fe7b153ac55cb8594d.zip
add default cflags, esp. CXXFLAGS=-stdlib=libc++ ...
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog5
-rw-r--r--profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults8
2 files changed, 12 insertions, 1 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog
index 3b12985436b2..6e7b69b07dfd 100644
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog
+++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.8 2013/06/19 13:00:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.9 2013/06/19 20:13:50 aballier Exp $
+
+ 19 Jun 2013; Alexis Ballier <aballier@gentoo.org> +make.defaults:
+ add default cflags, esp. CXXFLAGS=-stdlib=libc++ ...
19 Jun 2013; Alexis Ballier <aballier@gentoo.org> package.use.force,
package.use.mask:
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults b/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults
new file mode 100644
index 000000000000..29293024a58c
--- /dev/null
+++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults
@@ -0,0 +1,8 @@
+# Copyright 1999-2013 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/make.defaults,v 1.1 2013/06/19 20:13:50 aballier Exp $
+
+CFLAGS="-O2 -pipe"
+CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"