From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10097 invoked from network); 28 Oct 2005 20:55:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Oct 2005 20:55:01 -0000 Received: (qmail 35529 invoked from network); 28 Oct 2005 20:54:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 20:54:52 -0000 Received: (qmail 17584 invoked by alias); 28 Oct 2005 20:54:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21947 Received: (qmail 17574 invoked from network); 28 Oct 2005 20:54:49 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Oct 2005 20:54:49 -0000 Received: (qmail 35310 invoked from network); 28 Oct 2005 20:54:49 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 20:54:48 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id EE59434A63; Fri, 28 Oct 2005 16:54:45 -0400 (EDT) Date: Fri, 28 Oct 2005 16:54:45 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _gcc (sparc) Message-ID: <20051028205445.GA19488@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 I didn't include -threads and -pthreads, which are supposed to Solaris-only. Index: Completion/Unix/Command/_gcc =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gcc,v retrieving revision 1.7 diff -u -r1.7 _gcc --- Completion/Unix/Command/_gcc 28 Oct 2005 20:39:03 -0000 1.7 +++ Completion/Unix/Command/_gcc 28 Oct 2005 20:53:16 -0000 @@ -166,14 +166,30 @@ ;; sparc) args=( - -mapp-regs -mcypress -mepilogue -mflat -mfpu -mhard-float - -mhard-quad-float -mno-app-regs -mno-flat -mno-fpu - -mno-epilogue -mno-unaligned-doubles - -msoft-float -msoft-quad-float - -msparclite -msupersparc -munaligned-doubles -mv8 + -mapp-regs -mno-app-regs + -mfpu -mhard-float + -mno-fpu -msoft-float + -mhard-quad-float + -msoft-quad-float + -mno-unaligned-doubles + -munaligned-doubles + -mfaster-structs -mno-faster-structs + -mimpure-text + '-mcpu=:CPU type:(v7 cypress v8 supersparc sparclite f930 f934 hypersparc sparclite86x sparclet tsc701 v9 ultrasparc ultrasparc3)' + '-mtune=:CPU type:(cypress supersparc hypersparc f930 f934 sparclite86x tsc701 ultrasparc ultrasparc3)' + -mv8plus -mno-v8plus + -mvis -mno-vis + -mlittle-endian + -m32 -m64 + '-mcmodel=:memory model:(medlow medmid medany embmedany)' + -mstack-bias -mno-stack-bias + -mv8 + -mcypress -mepilogue -mflat + -mno-flat + -mno-epilogue + -msparclite -msupersparc -mmedlow -mmedany -mint32 -mint64 -mlong32 -mlong64 - -mno-stack-bias -mstack-bias ) ;; alpha*)