This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
libstdc++-v3 and vxWorks
- To: libstdc++ at gcc dot gnu dot org
- Subject: libstdc++-v3 and vxWorks
- From: Henning Baldersheim <Henning dot Baldersheim at q-free dot com>
- Date: Tue, 20 Mar 2001 15:21:15 +0100
- Organization: Q-Free ASA
Hi
I have tryed to make a crosscompiler for vxWorks. I fetched gcc from cvs
and set it up with configure --enable-long-long --enable-threads
--target=m68k-wrs-vxworks
Everything went fine all the way till libstdc++. There is no support for
vxworks threads there.
Is vxworks support under way or should I make add that ?
Do I need --enable-threads ? What does that do ?
Henning