From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 933A63858C60; Mon, 20 Sep 2021 09:42:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 933A63858C60 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0805d60eb71a87d9c1b5418fb8acb34e73f64601 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f492e1d651aba79760a384c04941b699eb9d811e X-Git-Newrev: 0805d60eb71a87d9c1b5418fb8acb34e73f64601 Message-Id: <20210920094243.933A63858C60@sourceware.org> Date: Mon, 20 Sep 2021 09:42:43 +0000 (GMT) From: Richard Biener X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2021 09:42:43 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 0805d60eb71a87d9c1b5418fb8acb34e73f64601 (commit) from f492e1d651aba79760a384c04941b699eb9d811e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0805d60eb71a87d9c1b5418fb8acb34e73f64601 Author: Richard Biener Date: Mon Sep 20 11:41:51 2021 +0200 Add note about obsoleted hppa-hpux targets This adds a note about the obsoleted 32bit HPPA HP-UX target configurations. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 6c7091a9..81f62fe3 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -51,6 +51,10 @@ a work-in-progress.

The cr16 target with the cr16-*-* configuration has been obsoleted and will be removed in a future release. +
  • + The hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11* + configurations targeting 32bit PA-RISC with HP-UX have been obsoleted and + will be removed in a future release.
  • The support for the m32r-*-linux*, m32rle-*-linux*, m68k*-*-openbsd* and vax-*-openbsd* configurations ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs