Re: libstdc++-v3 without exception/exception segments

2012-11-28 Thread Jonathan Wakely
This message is inappropirate on this list, which is for discussing development of GCC. For help using or building GCC please use the gcc-help list instead. Please take any follow up to that list, thanks. On 28 November 2012 15:19, Martin Laabs wrote: > Hello, > > I currenty build an arm-elf cross

libstdc++-v3 without exception/exception segments

2012-11-28 Thread Martin Laabs
Hello, I currenty build an arm-elf cross compiler. It is intended to use it together with eCos, a small RTOS. I want to use the C++ compiler and therefore I want to use the libstdc++-v3. Since eCos has no underlying exception support I want to disable all exceptions in the libstdc++-v3. This is po