From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8160D138247 for ; Sat, 18 Jan 2014 19:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9454BE0C75; Sat, 18 Jan 2014 19:37:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED780E0C37 for ; Sat, 18 Jan 2014 19:37:53 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13A2B33F906 for ; Sat, 18 Jan 2014 19:37:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5CB311872B for ; Sat, 18 Jan 2014 19:37:51 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1390073827.145574e0c9611976ce13e8a0afb628d1c420d36b.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/etc/portage/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/etc/portage/make.conf X-VCS-Directories: wrappers/etc/portage/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 145574e0c9611976ce13e8a0afb628d1c420d36b X-VCS-Branch: master Date: Sat, 18 Jan 2014 19:37:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 670e69d8-ac3e-4919-a211-0edb891d34ae X-Archives-Hash: d6ce2280cee89f81628735872ab6b198 commit: 145574e0c9611976ce13e8a0afb628d1c420d36b Author: Mike Frysinger gentoo org> AuthorDate: Sat Jan 18 19:37:07 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Jan 18 19:37:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=145574e0 make.conf: drop the hardcore embedded settings If people want these settings, they can use the embedded profile. Instead, provide more reasonable USE/CFLAGS settings out of the box. Signed-off-by: Mike Frysinger gentoo.org> --- wrappers/etc/portage/make.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wrappers/etc/portage/make.conf b/wrappers/etc/portage/make.conf index 6c1ffbd..65214dc 100644 --- a/wrappers/etc/portage/make.conf +++ b/wrappers/etc/portage/make.conf @@ -8,12 +8,9 @@ ROOT=/usr/${CHOST}/ ACCEPT_KEYWORDS="__ARCH__ ~__ARCH__" -USE="${ARCH} zlib bindist make-symlinks minimal" +USE="${ARCH} -pam" -#MARCH_TUNE="-march=armv4t -mtune=arm9tdmi" #arm-softfloat-linux-uclibc -#MARCH_TUNE="-march=armv5t -mtune=xscale" #armv5teb-softfloat-linux-gnueabi - -CFLAGS="-Os -pipe ${MARCH_TUNE} -fomit-frame-pointer" +CFLAGS="-O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" FEATURES="-collision-protect sandbox buildpkg noman noinfo nodoc"