From owner-svn-src-all@FreeBSD.ORG Sun Jun 8 17:38:56 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F10B883; Sun, 8 Jun 2014 17:38:56 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4419728F5; Sun, 8 Jun 2014 17:38:56 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 9AB6025D3897; Sun, 8 Jun 2014 17:38:52 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id ACB79C22BD8; Sun, 8 Jun 2014 17:38:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id N4RCD6IT7sYj; Sun, 8 Jun 2014 17:38:50 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (unknown [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 551DBC22B97; Sun, 8 Jun 2014 17:38:49 +0000 (UTC) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: svn commit: r267233 - in head: . bin/rmail gnu/usr.bin/binutils/addr2line gnu/usr.bin/binutils/nm gnu/usr.bin/binutils/objcopy gnu/usr.bin/binutils/objdump gnu/usr.bin/binutils/readelf gnu/usr.bin/... From: "Bjoern A. Zeeb" In-Reply-To: <201406081729.s58HTWkc006213@svn.freebsd.org> Date: Sun, 8 Jun 2014 17:38:49 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <74512A27-DD5F-4D43-BFA1-0AC04E0D08B4@FreeBSD.org> References: <201406081729.s58HTWkc006213@svn.freebsd.org> To: Bryan Drewery X-Mailer: Apple Mail (2.1878.2) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 17:38:56 -0000 On 08 Jun 2014, at 17:29 , Bryan Drewery wrote: > Author: bdrewery > Date: Sun Jun 8 17:29:31 2014 > New Revision: 267233 > URL: http://svnweb.freebsd.org/changeset/base/267233 >=20 > Log: > In preparation for ASLR [1] support add WITH_PIE to support building = with -fPIE. >=20 > This is currently an opt-in build flag. Once ASLR support is ready = and stable > it should changed to opt-out and be enabled by default along with = ASLR. >=20 > Each application Makefile uses opt-out to ensure that ASLR will be = enabled by > default in new directories when the system is compiled with PIE/ASLR. = [2] >=20 > Mark known build failures as NO_PIE for now. No, no, no, no more NOs! I=92ll leave it to others who understand the current build system in = days when it=92s not broken to fix this entire splattering across all = these Makefiles; we really need a better way for this. =97=20 Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983