[cfe-commits] r119137 - /cfe/trunk/lib/Driver/ToolChains.cpp

Rafael Espíndola rafael.espindola at gmail.com
Mon Nov 15 06:49:41 PST 2010


Thanks!

> -  if (IsDebian(Distro) || Distro == UbuntuLucid || Distro == UbuntuJaunty)
> +  if (IsDebian(Distro) || Distro == UbuntuLucid || Distro == UbuntuJaunty ||
> +      Distro == UbuntuKarmic)
>     ExtraOpts.push_back("--hash-style=both");

I should probably add version range checks....


Cheers,
Rafael




More information about the cfe-commits mailing list