From owner-freebsd-ppc@freebsd.org Wed Dec 30 03:13:40 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0AB9A4D3B94 for ; Wed, 30 Dec 2020 03:13:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5GZq6YGdz4WkL for ; Wed, 30 Dec 2020 03:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1609298020; 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: in-reply-to:in-reply-to:references:references; bh=enWUDsNmnJf8n2XaQ2xA3QHpMstqa7XAiQqS/x31j+Y=; b=tX2BG5RohqTKbtLseAnUfaaqXkb7l5DQEwHI+ASQ88P5kelDhvFLMhUTjyDVpD8DhpXgm7 eKE22+ZE41cVKT4dmKLqp3wWj/81PBWUoehTfrddGDnh5MaRi5R9g/bicWPkA7WqatrRr5 H2sFB+UC5XZbguWkAKPyag20GV0LD9+AExeVTFUwcH7wFyCrDdSsqa8E+q4tvtUdhZvQnB wukHNQoB4LdKCg7PIt/008TU6kAeUFk3jOOiSECJ8ixQN6XyrwgOmWfqYmhKp+rVGT0UgU qSpRYbs5DZ6rgDBQwtqFUacJNzoBaMr6uDzmh8Zd8Xm6wIDe/2OTtKTNuTtspg== Received: by freefall.freebsd.org (Postfix) id CA2DA12143; Wed, 30 Dec 2020 03:13:39 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id C6D46122A4 for ; Wed, 30 Dec 2020 03:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5GZq4lMYz4WsG for ; Wed, 30 Dec 2020 03:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 962F317672 for ; Wed, 30 Dec 2020 03:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BU3DdJ0038932 for ; Wed, 30 Dec 2020 03:13:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0BU3Dd8a038931 for powerpc@FreeBSD.org; Wed, 30 Dec 2020 03:13:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 251670] lang/gcc10: add support for powerpc64le Date: Wed, 30 Dec 2020 03:13:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback- 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: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1609298020; 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: in-reply-to:in-reply-to:references:references; bh=enWUDsNmnJf8n2XaQ2xA3QHpMstqa7XAiQqS/x31j+Y=; b=cIHt0hJsFn30kbC6kZ87yEgCGJE6nNwVJnDANXHQz1fHK9Hgdy3+K19pImqJqt6sn9zknC 2UuZg+T2AanEWlYHta6jMXMzBj/eAI6pnEDtoaAy/bIsgVncxO/EbTsaKZFIjke0Fsbrlt nmj9WqGNTg5LIZf73FTVqaVkR9/J6E9yXwNu0v4J7dEnPOTInhdlmgjDdv/QPdWFZLVvvd ARS8Bsv4UCe4VwUBX3MRf4QUkyok+/XCFaq6UiIm6qDLJzKXfOUMOMimzXWXVTqjLxAwhO TF8n9DLOOl7/V6ypip0aDxr/DcOH38rdV6bBw5CRQkyYaEZwxM4OV8GiNjebqA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1609298020; a=rsa-sha256; cv=none; b=chvlHmOQekmLV+3eyaK4n9yre5nYBTnuOA2Hk5Bd3PJgA2BPobzVdyAfOGXWIbR80hM2LD 6OdflnVmw0VIpvBv1+XPuaoWUbqoEBKzPejqUB6KxEQ7KxubYGJQmV4xt8+hN/pKE9qdyk K/R1hPO4GcvYotPYjRhEXss1vKSY7eSV0CHHwTdNb3lHsoX3VeeYU8VRQDqUz1N9xM4/34 3BYxFEjG7qc+M3m4CZJ1AY/aRlXKLceDSflL271v8+BqkSPMBnY6Um/zw64U/lOLJuTpVK MYwR3UpH2666Cym1cziEc534LfVxA3WhRpQXsWUl/47OIirqx484OrfKYuIJmw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 03:13:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251670 --- Comment #23 from commit-hook@FreeBSD.org --- A commit references this bug: Author: pkubaj Date: Wed Dec 30 03:12:58 UTC 2020 New revision: 559637 URL: https://svnweb.freebsd.org/changeset/ports/559637 Log: Switch default GCC for powerpc64le to 10. 9 does not yet work and the switch to 10 is near. PR: 251670 Approved by: gerald@ (maintainer) Changes: head/Mk/bsd.default-versions.mk --=20 You are receiving this mail because: You are on the CC list for the bug.=