From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 102C9385AC3E; Mon, 29 Aug 2022 20:39:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 102C9385AC3E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661805595; bh=7tvbwYD9ibvXeqmRfFmwnTWGDQ2UI/Gp5iOwEVGAtk4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mz+p1puWn0O4KNUAjZwc/0JI/yF7g9c5i56WMLSyi3xMBAMZxQWOt6dP3tiY+UJ5P StAzwjbQoQ/kDe0h/PJ7NGQqW0uNlC0OVaZXnozKFNQFjKmmkou5Km3Zeoo7OWPNoI 2IC9LgQOiW0ANH3rZ89foi8ZRitkNah/oJKRyK2o= From: "rth at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug build/29514] Need to use -fPIE not -fpie Date: Mon, 29 Aug 2022 20:39:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 2.37 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: resolution target_milestone bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29514 Richard Henderson changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |2.37 Status|NEW |RESOLVED --- Comment #4 from Richard Henderson --- commit 51231c469b49fb3837590f40a93f88db9a20bb86 Author: Richard Henderson Date: Tue Aug 23 13:49:23 2022 -0700 Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514] We should default to the larger code model, in order to support larger applications built with -static -pie. This should be consistent with pic-ccflag, which defaults to -fPIC. Remove the now redundant override from sysdeps/sparc/Makefile. Note that -fno-pie and -fno-PIE have the same effect. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --=20 You are receiving this mail because: You are on the CC list for the bug.=