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 B941E1384B4 for ; Mon, 7 Dec 2015 00:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3538121C04C; Mon, 7 Dec 2015 00:54:39 +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 C41B621C04C for ; Mon, 7 Dec 2015 00:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD67634067D for ; Mon, 7 Dec 2015 00:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B06C6A for ; Mon, 7 Dec 2015 00:54:33 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1449450101.2fd64cda9694f5d29882965d2f29367a3b5f7f1d.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/ X-VCS-Repository: proj/releng X-VCS-Files: tools-musl/stage-all.conf.template X-VCS-Directories: tools-musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2fd64cda9694f5d29882965d2f29367a3b5f7f1d X-VCS-Branch: master Date: Mon, 7 Dec 2015 00:54:33 +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: 780016f9-8488-4903-8225-19f2eaef74e3 X-Archives-Hash: ed6e461bee3a2bfc1854582b1d97460a commit: 2fd64cda9694f5d29882965d2f29367a3b5f7f1d Author: Anthony G. Basile gentoo org> AuthorDate: Mon Dec 7 01:01:41 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Dec 7 01:01:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=2fd64cda tools-musl: drop redudant -fomit-frame-pointers tools-musl/stage-all.conf.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-musl/stage-all.conf.template b/tools-musl/stage-all.conf.template index 942b02b..9a3fdfc 100644 --- a/tools-musl/stage-all.conf.template +++ b/tools-musl/stage-all.conf.template @@ -6,7 +6,7 @@ profile: hardened/linux/musl/PARCH snapshot: current source_subpath: musl/FLAVOR/SARCH/PSTAGE-SARCH-musl-FLAVOR chost: TARCH-gentoo-linux-musl -cflags: -O2 -pipe -fomit-frame-pointer -cxxflags: -O2 -pipe -fomit-frame-pointer +cflags: -O2 -pipe +cxxflags: -O2 -pipe portage_confdir: MYCATALYST/portage.SARCH.FLAVOR portage_overlay: /var/lib/layman/musl