diff options
Diffstat (limited to 'profiles/hardened/linux/amd64/make.defaults')
-rw-r--r-- | profiles/hardened/linux/amd64/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/hardened/linux/amd64/make.defaults b/profiles/hardened/linux/amd64/make.defaults new file mode 100644 index 000000000000..7ca23249aacf --- /dev/null +++ b/profiles/hardened/linux/amd64/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2008 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.1 2008/04/01 17:41:11 wolf31o2 Exp $ + +USE="justify" + +CFLAGS="-mtune=k8 -O2 -pipe -fforce-addr" +CXXFLAGS="${CFLAGS}" |