This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++-v3 won't build on AIX 4.1 any more (3.0 branch)
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: libstdc++-v3 won't build on AIX 4.1 any more (3.0 branch)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 17 May 2001 15:29:03 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
> Indeed, config/os/generic/bits/atomicity.h doesn't exist.
^^
this should be cpu
> I suppose the case that matches aix* to define ATOMICITYH should be
> made stricter so as to match only AIX 4.3 or newer, like the case that
> sorts os_include_dir does?
yeah I thought I did this already but perhaps not