From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10269 invoked by alias); 5 Jul 2006 21:42:19 -0000 Received: (qmail 10261 invoked by uid 22791); 5 Jul 2006 21:42:18 -0000 X-Spam-Check-By: sourceware.org Received: from mail1.thewrittenword.com (HELO mail1.thewrittenword.com) (67.95.107.114) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Jul 2006 21:42:14 +0000 Received: by mail1.thewrittenword.com (Postfix, from userid 1000) id E109D29B; Wed, 5 Jul 2006 16:42:09 -0500 (CDT) Date: Wed, 05 Jul 2006 21:42:00 -0000 From: Albert Chin To: gcc-help@gcc.gnu.org Subject: -mcpu=v9 -mvis error on Solaris 8/SPARC with gcc-3.4.3 Message-ID: <20060705214209.GE93949@mail1.thewrittenword.com> Reply-To: gcc-help@gcc.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg00040.txt.bz2 What is the equivalent to the following compiler flags from the Sun C compiler: -xtarget=ultra2 -xarch=v8plusa I thought it was "-mcpu=v9 -mvis". However, when compiling with this, I sometimes get the following error: /usr/ccs/bin/as: "/var/tmp//ccyYZA91.s", line 35: error: cannot use ultrasparc graphic instructions in a non-ultrasparc target binary Does -mcpu=v9 imply -mvis? -- albert chin (china@thewrittenword.com)