From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C63E43858D38; Sun, 8 Jan 2023 07:01:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C63E43858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673161263; bh=D6fBqoN0wZl9UjyA9JoBMpT42eG31ZmX8WgCy9OAN70=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iYheYss9FZ6YL7f/RRkCl1BIolCITpqhfiUNyWyFK/UspLSWxz8pgz8TYVnzk9ha3 LB5Rj1/gzUeA64oOVMcnZGnf9AoxCaWglLiHAQ5/A9Hb0D8P6Bg1s1LgWWj2/A7r/f ZDzJcU1lXIx5BRwHsP7cqcYpr0FAGlGL0AHFWFBQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/108328] gcc --help -v doesn't work correctly in some circumstances in gcc>=10 Date: Sun, 08 Jan 2023 07:01:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108328 --- Comment #5 from Andrew Pinski --- So basically from what I understand is buildroot is doing this so they can hardcode supporting only 4k pages. THIS IS BROKEN. Someone could build a ke= rnel and try to use a buildroot built sysroot and it will break ...=