public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Configure options for "target libstdcxx"
@ 2012-07-04 17:13 Allan Nielsen
  2012-07-04 19:07 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Allan Nielsen @ 2012-07-04 17:13 UTC (permalink / raw)
  To: gcc-help

Hi,

When I compile gcc as a cross-compiler with c++ enabled, it automatic
configures, make and install libstdc++ for my target. This works fine,
libstdc++ are compiled for my target and install in the sysroot. But
how can I get libstdc++ configured and compiled with options such as
--enable-wchar_t or -fno-rtti.

Best regards
Allan W. Nielsen

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Configure options for "target libstdcxx"
  2012-07-04 17:13 Configure options for "target libstdcxx" Allan Nielsen
@ 2012-07-04 19:07 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2012-07-04 19:07 UTC (permalink / raw)
  To: Allan Nielsen; +Cc: gcc-help

On Jul 4, 2012 6:14 PM, "Allan Nielsen" wrote:
>
> Hi,
>
> When I compile gcc as a cross-compiler with c++ enabled, it automatic
> configures, make and install libstdc++ for my target. This works fine,
> libstdc++ are compiled for my target and install in the sysroot. But
> how can I get libstdc++ configured and compiled with options such as
> --enable-wchar_t or -fno-rtti.

You read the fabulous manual of course.

http://gcc.gnu.org/onlinedocs/libstdc++/manual/configure.html
describes --enable-cxx-flags

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-04 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-04 17:13 Configure options for "target libstdcxx" Allan Nielsen
2012-07-04 19:07 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).