diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-11-18 20:25:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-11-18 20:25:36 +0000 |
commit | b3b01fc899ad359d329342c0b70cd7c9b527a459 (patch) | |
tree | f0fd87c5b622719b3370bff12f3ac4118f8d4227 /profiles/hardened/ppc64/make.defaults | |
parent | Adding missing ChangeLog entry as repoman commit failed to add it again. (diff) | |
download | gentoo-2-b3b01fc899ad359d329342c0b70cd7c9b527a459.tar.gz gentoo-2-b3b01fc899ad359d329342c0b70cd7c9b527a459.tar.bz2 gentoo-2-b3b01fc899ad359d329342c0b70cd7c9b527a459.zip |
Removed deprecated hardened/arches profiles in favor of hardened/linux/arches
Diffstat (limited to 'profiles/hardened/ppc64/make.defaults')
-rw-r--r-- | profiles/hardened/ppc64/make.defaults | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/profiles/hardened/ppc64/make.defaults b/profiles/hardened/ppc64/make.defaults deleted file mode 100644 index 56404a1b9e08..000000000000 --- a/profiles/hardened/ppc64/make.defaults +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2005 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc64/make.defaults,v 1.9 2009/07/09 00:47:50 gengor Exp $ - -ARCH="ppc64" -ACCEPT_KEYWORDS="${ARCH}" -USE="${ARCH} berkdb crypt hardened pam pic readline ssl zlib" - -# ppc64 -CHOST="powerpc64-unknown-linux-gnu" -CFLAGS="-O2 -pipe" -CXXFLAGS="${CFLAGS}" -FEATURES="-sandbox" |