This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix libstdc++ on sparc multilib
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, hjl at lucon dot org
- Date: Fri, 6 Sep 2002 11:26:05 -0500
- Subject: Re: [PATCH] Fix libstdc++ on sparc multilib
- Organization: Red Hat / Chicago
- References: <20020906163036.A1013@sunsite.ms.mff.cuni.cz>
> 2002-09-06 Jakub Jelinek <jakub@redhat.com>
>
> * configure.target: Use cpu_include_dir="config/cpu/sparc" for all
> sparc targets.
> * config/cpu/sparc/bits/atomicity.h: New file.
> * config/cpu/sparc/sparc32/bits/atomicity.h: Removed.
> * config/cpu/sparc/sparc64/bits/atomicity.h: Removed.
Ok. Please install this on gcc-3_2-branch as well.
At this point, the config/cpu bits are all handled in the same way, so
this is good for consistency reasons as well.
I believe there is a similar patch pending for the mips port. I'll
review that separately.
-benjamin