From patchwork Thu Sep 22 13:59:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tristan Gingold X-Patchwork-Id: 115951 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 34809B6F81 for ; Fri, 23 Sep 2011 00:00:36 +1000 (EST) Received: (qmail 12859 invoked by alias); 22 Sep 2011 14:00:30 -0000 Received: (qmail 12831 invoked by uid 22791); 22 Sep 2011 14:00:28 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Sep 2011 14:00:11 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id EC99ACB03A3 for ; Thu, 22 Sep 2011 16:00:11 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3mmyGyKdWYIP for ; Thu, 22 Sep 2011 16:00:01 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 8F55CCB034F for ; Thu, 22 Sep 2011 16:00:01 +0200 (CEST) From: Tristan Gingold Subject: [vms] Use fix include on alpha-vms Date: Thu, 22 Sep 2011 15:59:59 +0200 Message-Id: <4464615C-A0BB-4CA6-A2B3-5E5167B7C7C7@adacore.com> To: GCC Patches Mime-Version: 1.0 (Apple Message framework v1244.3) X-IsSubscribed: yes 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 Hi, currently alpha-vms is listed as a particular target in fixincludes/mkfixinc.sh but ia64-vms isn't. As I will submit a patch to add some rules for both alpha and ia64 VMS, first fixincludes must be enabled on both. Committed on trunk. Tristan. fixincludes/ 2011-09-22 Tristan Gingold * mkfixinc.sh (target): Remove alpha-vms from particular targets. --- fixincludes/mkfixinc.sh (revision 179086) +++ fixincludes/mkfixinc.sh (working copy) @@ -11,7 +11,6 @@ # Check for special fix rules for particular targets case $machine in - alpha*-dec-*vms* | \ i?86-*-cygwin* | \ i?86-*-mingw32* | \ x86_64-*-mingw32* | \