diff options
author | Brad King <brad.king@kitware.com> | 2010-09-10 15:39:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-09-10 15:39:43 (GMT) |
commit | c7aa38ff39651479127a55c33935486d9d8fe6fb (patch) | |
tree | 76d3f1a5a792a3d0af1051b1e2788a66ae9496ec /bootstrap | |
parent | f2b4a466779f5481c79d711ee2601d60ce41a6ad (diff) | |
download | CMake-c7aa38ff39651479127a55c33935486d9d8fe6fb.zip CMake-c7aa38ff39651479127a55c33935486d9d8fe6fb.tar.gz CMake-c7aa38ff39651479127a55c33935486d9d8fe6fb.tar.bz2 |
bootstrap: Honor CFLAGS during "make" test (#10545)
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -839,7 +839,7 @@ mkdir "${cmake_bootstrap_dir}/${TMPFILE}" cd "${cmake_bootstrap_dir}/${TMPFILE}" echo ' test: test.c - "'"${cmake_c_compiler}"'" -o test test.c + "'"${cmake_c_compiler}"'" '"${cmake_ld_flags} ${cmake_c_flags}"' -o test test.c '>"Makefile" echo ' #include <stdio.h> |