From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2350 invoked from network); 18 Jul 2004 03:19:04 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 18 Jul 2004 03:19:04 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.34) id 1Bm2CQ-0004bd-4T for arch-gentoo-dev@lists.gentoo.org; Sun, 18 Jul 2004 03:18:50 +0000 Received: (qmail 28250 invoked by uid 89); 18 Jul 2004 03:18:49 +0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 769 invoked from network); 18 Jul 2004 03:18:48 +0000 From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Date: Sat, 17 Jul 2004 23:18:55 -0400 User-Agent: KMail/1.6.2 References: <200407172211.30285.vapier@gentoo.org> <20040718040522.04e1c53c@snowdrop.home> In-Reply-To: <20040718040522.04e1c53c@snowdrop.home> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407172318.55575.vapier@gentoo.org> Subject: Re: [gentoo-dev] update `strip-flags` to allow flags that disable stuff X-Archives-Salt: 076c5a39-7d2e-4e6d-8861-090d5273a782 X-Archives-Hash: 2908ac3e7388b994e86163176c38f64c On Saturday 17 July 2004 11:05 pm, Ciaran McCreesh wrote: > On Sat, 17 Jul 2004 22:11:30 -0400 Mike Frysinger > > wrote: > | so my proposal is that `strip-flags` will allow any flag that begins > | with '-mno-' or '-fno-' ... any objections ? > > Bad idea. Filtering -mno-app-regs if it's in use globally will kill > things. Possibly the same for -mno-stack-bias. i think you mis-read what i'm doing ... or maybe i mis-read you ... you're saying that if a user builds their system with CFLAGS="-mno-app-regs" and then tries to build a package that filters out that flag, the new package will break ? if so, that's what is happening right now ... my proposal was to *change* that so that users can use -fno-* and -mno-* flags and *not* have them be filtered -mike -- gentoo-dev@gentoo.org mailing list