Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377949 | Differences between
and this patch

Collapse All | Expand All

(-)a/clang-2.9/lib/Driver/ToolChains.cpp (-1 / +2 lines)
Lines 1449-1455 Link Here
1449
      GccTriple = "i586-suse-linux";
1449
      GccTriple = "i586-suse-linux";
1450
  }
1450
  }
1451
1451
1452
  const char* GccVersions[] = {"4.5.2", "4.5.1", "4.5", "4.4.5", "4.4.4",
1452
  const char* GccVersions[] = {"4.6.2", "4.6.1", "4.6", "4.5.3", "4.5.2",
1453
                               "4.5.1", "4.5", "4.4.6", "4.4.5", "4.4.4",
1453
                               "4.4.3", "4.4", "4.3.4", "4.3.3", "4.3.2",
1454
                               "4.4.3", "4.4", "4.3.4", "4.3.3", "4.3.2",
1454
                               "4.3", "4.2.4", "4.2.3", "4.2.2", "4.2.1",
1455
                               "4.3", "4.2.4", "4.2.3", "4.2.2", "4.2.1",
1455
                               "4.2"};
1456
                               "4.2"};

Return to bug 377949