This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: objc/objc++: switch all testcases to Modern Objective-C runtime API


> ... 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


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