Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 1322 invoked by uid 500); 26 Apr 2002 04:11:09 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 1306 invoked from network); 26 Apr 2002 04:11:08 -0000 Date: Fri, 26 Apr 2002 00:11:14 -0400 (EDT) From: Dale Ghent To: Aaron Bannert cc: dev@apr.apache.org Subject: Re: atomics on solaris producing non-portable binaries In-Reply-To: <20020425193459.K14899@clove.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 25 Apr 2002, Aaron Bannert wrote: | I was thinking that we could determine what the lowest-supported | architecture was for each version of Solaris, and that would be the | ISA that would be passed as -xarch. (Having an override would be fine, | but I'm wholly against the building of non-portable binaries by default.) | | I have no idea how to determine what the least supported arch is for | each version of Solaris, though. Then you are looking for SPARC v8. -mv8 on your gcc compiler. This would not give you cas though. That's a V8+ instruction. /dale