> ... So, how do you test with -m32 ? ... make -k check-obj-c++ RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'"
On x86_64-apple-darwin10 (Mac OS X 10.6) -m64 is the default and could be omitted after the comma, but the above works also on ppc for which the default is -m32. > The revamped patch in attach should fix them. :-) It does, thanks, Dominique