This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Cross-compilation questions
- To: libstdc++ at gcc dot gnu dot org
- Subject: Cross-compilation questions
- From: "Laurynas Biveinis" <lauras at softhome dot net>
- Date: Wed, 31 Jan 2001 14:20:07 +0200
Looking at the current configure.in, I see that only Linux and
newlib are supported as target platforms. But what about other
already supported platforms, like *BSD? Are they silently assumed
to be newlib or am I missing something? If I want to add DJGPP
support here, should I add a new case and explicitly list all
AC_DEFINE(HAVE_BLAH) macros?
TIA,
Laurynas