> libcpp and libcommon and libcommon-target, the latter are: > > diagnostic.o pretty-print.o intl.o input.o version.o > prefix.o params.o opts.o opts-common.o options.o vec.o hooks.o > common/common-targhooks.o > <target>-common.o > > Doesn't read as if these were good candidates to compile with C only when > the rest is C++.
Yes, compiling everything with -fno-exceptions seems by far the simplest route. -- Eric Botcazou