diff options
Diffstat (limited to 'profiles/features/hardened/amd64/no-multilib/make.defaults')
-rw-r--r-- | profiles/features/hardened/amd64/no-multilib/make.defaults | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/features/hardened/amd64/no-multilib/make.defaults b/profiles/features/hardened/amd64/no-multilib/make.defaults new file mode 100644 index 000000000000..1dd0a2a0f7e0 --- /dev/null +++ b/profiles/features/hardened/amd64/no-multilib/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# We don't need to have pic on +USE="-pic" + |