diff options
-rw-r--r-- | profiles/hardened/linux/x86/minimal/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/hardened/linux/x86/minimal/make.defaults b/profiles/hardened/linux/x86/minimal/make.defaults index 04163169..d66bdee6 100644 --- a/profiles/hardened/linux/x86/minimal/make.defaults +++ b/profiles/hardened/linux/x86/minimal/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2007 Gentoo Foundation. +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults,v 1.2 2009/07/09 00:47:49 gengor Exp $ @@ -6,8 +6,6 @@ # ------ USE AT YOUR OWN RISK ------ USE="-* crypt hardened minimal multicall ncurses pic readline zlib" -PORTDIR=/usr/portage -PKGDIR=${PORTDIR}/packages/${ARCH}/ CFLAGS="-march=i686 -Os -pipe" CXXFLAGS="${CFLAGS}" |