From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 363843858C83; Tue, 18 Oct 2022 15:46:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 363843858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666107981; bh=wJzRK/wLKXNH78lGPASicArfxSxwIxP2BmR6Lnrjkko=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QuuDEjCY0raydJXHiemhLjY2z+30TEhGsLUo0fLRl6SmstCIfik/aWEptxIhvyijV 7n4OvvHmFAqb0k42f1SRNs7lQqsnqA9/PiQ1e6YkSa2eEkPywNPm4HoRGQ0t2LaBML iNll/s0nLvn1erHCeq5cFk8MhLPX5h+e4Qmg+w8E= From: "Felix.Riemann at sma dot de" To: glibc-bugs@sourceware.org Subject: [Bug build/29698] Configuring for AArch32 on ARMv8+ disables optimizations Date: Tue, 18 Oct 2022 15:46:20 +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.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Felix.Riemann at sma dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29698 --- Comment #1 from Felix Riemann --- Patch sent to libc-alpha: https://sourceware.org/pipermail/libc-alpha/2022-October/142771.html It will fix configure to keep ARMv7 optimizations enabled: $ CFLAGS=3D"-O2 -march=3Darmv8-a" ../configure --prefix=3D/usr --host=3Darm-linux-gnueabi configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu checking build system type... x86_64-pc-linux-gnu checking host system type... arm-unknown-linux-gnueabi checking for arm-linux-gnueabi-gcc... arm-linux-gnueabi-gcc checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-linux-gnueabi-gcc accepts -g... yes checking for gcc... gcc checking for arm-linux-gnueabi-readelf... arm-linux-gnueabi-readelf checking for arm-linux-gnueabi-g++... arm-linux-gnueabi-g++ checking whether we are using the GNU C++ compiler... yes checking whether arm-linux-gnueabi-g++ accepts -g... yes checking whether arm-linux-gnueabi-g++ can link programs... yes checking for sysdeps preconfigure fragments... aarch64 alpha arc arm config= ure: Found compiler is configured for something newer than v7 - using v7 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=