------- Comment #7 from developer at sandoe-acoustics dot co dot uk 2009-12-14 16:56 ------- Created an attachment (id=19292) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19292&action=view) changes to recognize correctly which ObjC runtime is in use
this (a) tracks the -fgnu-runtime/-fnext-runtime flags to detect which is in force. The libobjc-gnu is added and also made available as a %s spec substitution. The gnu-includes are added when the gnu runtime is in use. %s spec substitution is also catered for for the stdc++-v3 library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42348