From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E00133858C52; Mon, 3 Apr 2023 06:58:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E00133858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680505112; bh=Ciw1bJuo9ms7xZYK1zKnELP5LHXw/WrhsvJA2nY+mA4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vr5slSRfHVgl5xTx8oW025yA9fL7b+cQTqCrYHntNX8+8Vg24o6Dr+cTs/6rGALJo NFF3Ix/AzJTH6v85enkklrxQnL1GgZHxURzB+JB9OG87zKvd/453I5P7GrS8053hwC BQ2yL6WzrlvW096UhHh7xBjTwPxC6pVhcb7jlGZk= From: "i at rvalue dot moe" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/104707] GCC doesn't give default lib path to the linker when multilib is off Date: Mon, 03 Apr 2023 06:58:32 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: i at rvalue dot moe 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: cc 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=3D104707 rvalue changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i at rvalue dot moe --- Comment #8 from rvalue --- (In reply to Andrew Pinski from comment #7) > > since all modern operating systems have a large enough parameter space = (all of them have 262k at least). >=20 > Windows still does not .... I don't think this code will make anything better or worse in Windows since= it simply compares the path with "/lib/" and "/usr/lib/", which never exist in Windows.=