From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 831CC3858C33; Tue, 11 Jul 2023 10:55:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 831CC3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689072915; bh=3F53h5rIAldjWXe2Qd7BZtv2to1RWI/JvAiQJe6XSuM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iUiWt5iDM7zRTWjmofWNYgNk5uAy56LRbxDu5+lWSnoD38qVE6S5b9EWXR1LkC1Px Hul/LZcqquUC+m49jrPZfudAKfhP6CKaA7gD5RlTDkQX9ex/yk4UMT9j5i9Kg4bE7w TVLGcSvW6hL+9qK6GxlYcmLYpV2JJzbRVLVOdXhc= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110624] Xcode 15 ld warns about -macosx_version_min Date: Tue, 11 Jul 2023 10:55:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE 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=3D110624 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Iain Sandoe --- > actually, we already have a config test for -platform_version, which is w= hat > clang passes to ld. First, I'll take a look at enabling that (in which c= ase > the mmacosx_version_min is not needed). That would be even easier indeed. > I take it that clang -cc1as does not warn for -mmacosx-version-min=3D ? Right: the HAVE_AS_MMACOSX_VERSION_MIN_OPTION test succeeds.=