# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/make.defaults,v 1.2 2009/06/30 16:39:18 darkside Exp $ # 'Sane' defaults ELIBC="glibc" KERNEL="linux" # 2006/10/28 - Luca Barbato # on glibc system you cannot turn it off USE="${USE} iconv" # build gcc with mudflap (pointer checking) and parallelization support USE="${USE} mudflap openmp"