Merge pull request #3568 from ibmsoe/tensorflow-ppc

Fixing crosstool config file to build tensorflow on PowerPC architect…
This commit is contained in:
yifeif 2016-07-29 15:54:13 -07:00 committed by GitHub
commit b0166b8b07

View File

@ -18,6 +18,10 @@ default_toolchain {
cpu: "darwin"
toolchain_identifier: "local_darwin"
}
default_toolchain {
cpu: "ppc"
toolchain_identifier: "local_linux"
}
toolchain {
abi_version: "local"