From patchwork Sat Apr 27 05:24:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iain Buclaw X-Patchwork-Id: 1091871 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-499779-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=gdcproject.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="WBC22Lyj"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44rfW828XJz9sCJ for ; Sat, 27 Apr 2019 15:24:45 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=i7CexIhpUrXf3i6Vomi71tPmjigTHLC5MpQPZvFUDoSg23 AhecC7tv1sWkmHOa6D/YOObujHgki5Z4KQq8aWWJUZrhVo50V897cPqMTOksmbUg dFtyrK4EmL28owxyKqrGaUf35BjHOjPS6YQgKeze3juKHD4bkdC6yi8R4kvVU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=ilI3oSpu/LCmNJp3WPghz1jUGAI=; b=WBC22LyjD/EFKk/C1MNz ePqHVVMASd65rkF53AZ4qOYSHfEsHrYy0wAAe7WO5bETqQ8vncrk4diO7EAofu7G tAeQZKp3Hs2gG5hmZ4xBriqf2NgiV41Xo/1yKqqJAXRuFKDQdQGuJMkXvQ0Xtyax BZ4NNY0e0xSmE534kqYcxkw= Received: (qmail 21338 invoked by alias); 27 Apr 2019 05:24:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 21280 invoked by uid 89); 27 Apr 2019 05:24:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:906 X-HELO: mail-qt1-f180.google.com Received: from mail-qt1-f180.google.com (HELO mail-qt1-f180.google.com) (209.85.160.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 27 Apr 2019 05:24:24 +0000 Received: by mail-qt1-f180.google.com with SMTP id d13so6544143qth.5 for ; Fri, 26 Apr 2019 22:24:24 -0700 (PDT) MIME-Version: 1.0 From: Iain Buclaw Date: Sat, 27 Apr 2019 07:24:10 +0200 Message-ID: Subject: [PATCH] Remove rs6000-ibm-aix5.3.0 from contrib/config-list.mk To: gcc-patches X-IsSubscribed: yes Hi, This configuration is no longer buildable as support was removed from gcc in r263506. OK for trunk? diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 69c826e649a..47458ae463e 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -82,7 +82,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ powerpc-lynxos powerpcle-elf \ powerpcle-eabisim powerpcle-eabi \ riscv32-unknown-linux-gnu riscv64-unknown-linux-gnu \ - rs6000-ibm-aix5.3.0 rs6000-ibm-aix6.1 rs6000-ibm-aix7.1 \ + rs6000-ibm-aix6.1 rs6000-ibm-aix7.1 \ rl78-elf rx-elf s390-linux-gnu s390x-linux-gnu s390x-ibm-tpf sh-elf \ shle-linux sh-netbsdelf sh-superh-elf \ sh-rtems sh-wrs-vxworks sparc-elf \