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

Collapse All | Expand All

(-)llvm-3.3.src.orig/tools/clang/lib/Driver/ToolChains.cpp (-1 / +5 lines)
Lines 1132-1138 Link Here
1132
    "i386-redhat-linux",
1132
    "i386-redhat-linux",
1133
    "i586-suse-linux",
1133
    "i586-suse-linux",
1134
    "i486-slackware-linux",
1134
    "i486-slackware-linux",
1135
    "i686-montavista-linux"
1135
    "i686-montavista-linux",
1136
    "i686-gentoo-freebsd9.0",
1137
    "i686-gentoo-freebsd9.1",
1138
    "i686-gentoo-freebsd9.2",
1139
    "i686-gentoo-freebsd10.0"
1136
  };
1140
  };
1137
1141
1138
  static const char *const MIPSLibDirs[] = { "/lib" };
1142
  static const char *const MIPSLibDirs[] = { "/lib" };

Return to bug 474042