Remove ARCH_K8 from x86_64 toolchain configurations.
Nothing in Tensorflow depends on it being defined. PiperOrigin-RevId: 335817300 Change-Id: I43e641fc1da087f9652ba6c59f9595a5b007e2a4
This commit is contained in:
parent
4d77e555e8
commit
184da74b4f
1
third_party/toolchains/clang6/CROSSTOOL.tpl
vendored
1
third_party/toolchains/clang6/CROSSTOOL.tpl
vendored
@ -531,7 +531,6 @@ toolchain {
|
||||
linker_flag: "-L/usr/lib/gcc/x86_64-linux-gnu/4.8"
|
||||
|
||||
# This is the minimum x86 architecture TensorFlow supports.
|
||||
compiler_flag: "-DARCH_K8"
|
||||
compiler_flag: "-m64"
|
||||
|
||||
# These are for Linux.
|
||||
|
Loading…
x
Reference in New Issue
Block a user