From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1501 invoked by alias); 6 Aug 2003 23:45:15 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1492 invoked from network); 6 Aug 2003 23:45:14 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sources.redhat.com with SMTP; 6 Aug 2003 23:45:14 -0000 Received: from Jinx (vsat-148-63-167-118.c189.t7.mrt.starband.net [148.63.167.118]) by nile.gnat.com (Postfix) with SMTP id 498FCF2A5D; Wed, 6 Aug 2003 19:45:08 -0400 (EDT) Message-ID: <00f001c35c74$b53866c0$6901a8c0@Jinx> Reply-To: "Douglas B Rupp" From: "Douglas B Rupp" To: "Zack Weinberg" , "Richard Kenner" Cc: References: <10308062258.AA03807@vlsi1.ultra.nyu.edu> <87brv2mk98.fsf@codesourcery.com> Subject: Re: Problem in split_basic_block Date: Wed, 06 Aug 2003 23:57:00 -0000 Organization: Ada Core Technologies, Inc MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 X-SW-Source: 2003-08/txt/msg00406.txt.bz2 > > > + # This removes the cpu type and manufacturer components and > > + # replaces "." with "_" in the operating system version. > > + case $host in *-*-*vms*) > > + target_alias=`echo $host \ > > + | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'` > > + ;; > > + esac > > this should not be necessary Target_alias ends up in the installation path, and dots are illegal in VMS directory names.