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:
Chris Kennelly 2020-10-07 01:43:40 -07:00 committed by TensorFlower Gardener
parent 4d77e555e8
commit 184da74b4f

View File

@ -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.