From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D21683858C2C; Mon, 3 Apr 2023 07:01:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D21683858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680505266; bh=4kBmwVnB5I4Tj5rsEMfL9MPeqNqPocOXbSGdBt8BLV4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pRtTbHYoSGHcQs/rjQR2avXxsyASS4kMMVFK5pZgqHH+hZ+3Qs0hA0vMChclmFiiO 83SVy1PjmxIQnTbF2t22YrMCZZVXm3PUBUp9hWp+x4z7WqfPO4btd1aMH1UMlQgzvQ GUCPHaLxW1HjkGOmk2t0DcaPaPCukDc4gJcDB++k= From: "pinskia at gcc dot gnu.org" 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 07:01:06 +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: 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=3D104707 --- Comment #9 from Andrew Pinski --- (In reply to rvalue from comment #8) > (In reply to Andrew Pinski from comment #7) > > > since all modern operating systems have a large enough parameter spac= e (all of them have 262k at least). > >=20 > > Windows still does not .... >=20 > I don't think this code will make anything better or worse in Windows sin= ce > it simply compares the path with "/lib/" and "/usr/lib/", which never exi= st > in Windows. Cross compilers ...=