From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22101 invoked by alias); 31 Aug 2014 15:49:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22092 invoked by uid 89); 31 Aug 2014 15:49:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 31 Aug 2014 15:49:13 +0000 Received: from ip-109-43-138-217.web.vodafone.de (ip-109-43-138-217.web.vodafone.de [109.43.138.217]) by ainaz.pair.com (Postfix) with ESMTPSA id 740853F44C; Sun, 31 Aug 2014 11:49:10 -0400 (EDT) Date: Sun, 31 Aug 2014 15:49:00 -0000 From: Gerald Pfeifer To: Magnus Granberg , Rainer Orth cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][1-3] New configure options that make the compiler use -fPIE and -pie as default option In-Reply-To: Message-ID: References: <4827012.p4mTkPPu1h@laptop1.gw.ume.nu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg02714.txt.bz2 On Fri, 1 Aug 2014, Rainer Orth wrote: > +NOTE: With configure --enable-default-pie this option is enabled by default > > With the @option{--enable-default-pie} configure option, ... And just "Note: " or perhaps "@emph{Note}:" as in many other cases. Gerald