From nobody Tue Dec 21 15:00:32 2021 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BE4E31908E1A; Tue, 21 Dec 2021 15:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJKQ83pcXz3lRW; Tue, 21 Dec 2021 15:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 644EC3C84; Tue, 21 Dec 2021 15:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BLF0Wkq042716; Tue, 21 Dec 2021 15:00:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BLF0Whn042715; Tue, 21 Dec 2021 15:00:32 GMT (envelope-from git) Date: Tue, 21 Dec 2021 15:00:32 GMT Message-Id: <202112211500.1BLF0Whn042715@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Dimitry Andric Subject: git: 57aa0db8d63e - stable/12 - rtld-elf: on arm, only use -mfpu=none with clang List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: 57aa0db8d63e2ab2cb64af0505639a0ff5d437ed Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640098832; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zqA8kwkjsWsdzTJlO11wNvZRLucoKHmwU68QpPY2ZfE=; b=Tb9bVjdZzwvzm0WVqLTQORsNhjbQFjqkVdKxhRYLivz0GcE7cgmQJTCrlAtoxHawinW2pk /GvaMJgT0KzqQCl7Sp1AZiuQ24ydNcBTjWQ7OWLQK5+mdaTiCOaeGcwtQGzvpfh4IeJWfG S0TZniM59PxC7SUWJo0KQABvdRB/RUY1/alEzUuMftW6S2uKQVDn39FJH/qlvDEbLKqiqU 4DYrPPXwhtnWiy0tRCewLMyHfyDyK6AgunHCV0Tr4240NoyGt2ujrm+QeqB/rOxB/dUC+3 HO0ZYzEX7UJD4Cd3DF4PvB5raxWXa0GRSJ1NzyUxfYRhbjTg/ZmZt7yozf6X9Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640098832; a=rsa-sha256; cv=none; b=gogNQf5dwPm8hLu4A0fSlTwOeUnahp6AyfS9ZhciVDBpHkTaXekAyhwyxDdogUCWtBe0Vs YXEp+ghsOF5XnjeymlPZu8dwDxslgfBHztgk9W6aCh3vF0pE8cK6LmLKppHQGE+2Tez0VJ 4sEUQ2BFSXdJYQPAxaeOxga1J7SEcoFmAvqWnUg7fsmi0qBlHhIZ3I2PyULbmNcVoTj4cB mOh2yFDa8YDMhD/KbXj1+i038sc3NKkhca3MS0n1zNMb/Ih2bJy36fW1Njnd0dWl0tFfXh IjwaO/JWwLkqSjKjpCyf+dBA1U9FU/ukKrjszuRrYtOCIESfSLGvDnAaa3m4cw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=57aa0db8d63e2ab2cb64af0505639a0ff5d437ed commit 57aa0db8d63e2ab2cb64af0505639a0ff5d437ed Author: Dimitry Andric AuthorDate: 2021-12-21 14:57:33 +0000 Commit: Dimitry Andric CommitDate: 2021-12-21 14:57:33 +0000 rtld-elf: on arm, only use -mfpu=none with clang This is because gcc 4.2.1 in combination with gas 2.17.50 on arm does not support this option. Direct commit to stable/12, since that still has gcc 4.2.1 and gas 2.17.50. --- libexec/rtld-elf/arm/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/arm/Makefile.inc b/libexec/rtld-elf/arm/Makefile.inc index dd12d5d3aa84..a633b37dd0ba 100644 --- a/libexec/rtld-elf/arm/Makefile.inc +++ b/libexec/rtld-elf/arm/Makefile.inc @@ -1,2 +1,2 @@ # $FreeBSD$ -CFLAGS+= -mfpu=none +CFLAGS.clang+= -mfpu=none