From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3135D3939C08; Tue, 22 Jun 2021 14:32:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3135D3939C08 From: "xer8686 at mail dot ru" To: glibc-bugs@sourceware.org Subject: [Bug build/27997] I get an error when building glibc 2.33. Date: Tue, 22 Jun 2021 14:32:44 +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: 2.33 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xer8686 at mail dot ru X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: adhemerval.zanella at linaro dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 14:32:45 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27997 --- Comment #6 from slavaMat --- (In reply to Adhemerval Zanella from comment #2) > It is being caused by -mstackrealign where the CAN_USE_REGISTER_ASM_EBP > check at sysdeps/unix/sysv/linux/i386/configure.ac fails to see that > -mstackrealign should set it to 0.=20 >=20 > I need to find a reliable test to check if ebp can be used by the compile= r, > regardless of the flags. Meanwhile you can remove -mstackrealign, gcc > default to 16 bytes aligned stack for a long time. >=20 > (there is also a lot of redundant options and some invalid, like the use = of > fortification to build glibc itself). yes when the -mstackrealign flag is removed it builds. Will there be proble= ms with i386 architectures? --=20 You are receiving this mail because: You are on the CC list for the bug.=