aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2016-07-22 10:37:35 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-22 11:46:09 -0700
commita81c4f9cd01563e97fc6f179e4d70960fc9b02ae (patch)
tree94d0d44b3aa8e620e8f863c20184af72d1f99da5 /configure
parentd924144a601111fb5a1e206c31e6c1c75d37d20c (diff)
Add Mac GPU whl artifacts and build history to OSS README.md
Also * A minor wording fix in the configure script Change: 128194769
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 20bbf123ab..9ab6ea6b1c 100755
--- a/configure
+++ b/configure
@@ -90,7 +90,7 @@ while true; do
fromuser=""
if [ -z "$GCC_HOST_COMPILER_PATH" ]; then
default_gcc_host_compiler_path=$(which gcc)
- read -p "Please specify which gcc nvcc should use as the host compiler. [Default is $default_gcc_host_compiler_path]: " GCC_HOST_COMPILER_PATH
+ read -p "Please specify which gcc should be used by nvcc as the host compiler. [Default is $default_gcc_host_compiler_path]: " GCC_HOST_COMPILER_PATH
fromuser="1"
if [ -z "$GCC_HOST_COMPILER_PATH" ]; then
GCC_HOST_COMPILER_PATH=$default_gcc_host_compiler_path