This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: Cross GCC C++ options...


Paul Breed wrote:

> Where can I find the options to turn exceptions
> and runtime type info off for C++ in egcs-1.1.2?

 The '-fno-exceptions -fno-rtti' should take them
away, but I fear that building and using libstdc++
would need them... If they are in the libs, you must
use them everywhere... This seems to be a thing needing
some experiments, perhaps libstdc++ could be built
with '-fno-exceptions -fno-rtti'...

 Cheers, Kai
_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.