From a81c4f9cd01563e97fc6f179e4d70960fc9b02ae Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Fri, 22 Jul 2016 10:37:35 -0800 Subject: Add Mac GPU whl artifacts and build history to OSS README.md Also * A minor wording fix in the configure script Change: 128194769 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3