This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: std_limits.h os_defines.h
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: std_limits.h os_defines.h
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Thu, 9 Aug 2001 16:43:24 -0400
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- References: <200108091811.OAA22458@makai.watson.ibm.com>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Thu, Aug 09, 2001 at 02:11:02PM -0400, David Edelsohn wrote:
> * config/os/solaris/solaris2.7/bits/os_defines.h: Likewise.
> + #if defined(__sparc_v9) || defined(__arch64__)
This should be __sparcv9
Jakub