This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sh atomics config


On Sep 12, 2006, Joern RENNECKE <joern.rennecke@st.com> wrote:

> Benjamin Kosnik wrote:
>> I'd like to fix this up. In particular, I'd like to use some kind of
>> host_cpu based switch, sh4-* for instance. Seems too easy: is this
>> possible?

> I suppose the issue with duplicating the generic code could be solved by
> #including it instead.

IIRC that wouldn't work because, if we have our own header overrider,
then the original header doesn't get installed.  We'd have to somehow
generate a combined header at configure time or some such.

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
Secretary for FSF Latin America        http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]