Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650082
Collapse All | Expand All

(-)cfe-6.0.0.src/tools/driver/driver.cpp.old (+4 lines)
Lines 222-227 Link Here
222
                     GetStableCStr(SavedStrings, NameParts.DriverMode));
222
                     GetStableCStr(SavedStrings, NameParts.DriverMode));
223
  }
223
  }
224
224
225
  InsertionPoint = ArgVector.begin();
226
    if (InsertionPoint != ArgVector.end())
227
      ++InsertionPoint;
228
225
  if (NameParts.TargetIsValid) {
229
  if (NameParts.TargetIsValid) {
226
    const char *arr[] = {"-target", GetStableCStr(SavedStrings,
230
    const char *arr[] = {"-target", GetStableCStr(SavedStrings,
227
                                                  NameParts.TargetPrefix)};
231
                                                  NameParts.TargetPrefix)};

Return to bug 650082