+ // only compare the methods which are available for the port
+ // for which the gcc XML was produced
+ if (interface[i].GetAvailability() != wxPORT_UNKNOWN &&
+ (interface[i].GetAvailability() & m_gccInterface.GetInterfacePort()) == 0) {
+
+ if (g_verbose)
+ LogMessage("skipping class '%s' since it's not available for the %s port.",
+ interface[i].GetName(), m_gccInterface.GetInterfacePortName());
+
+ continue; // skip this method
+ }
+