diff options
author | Brad King <brad.king@kitware.com> | 2010-09-14 17:12:45 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-09-14 17:12:45 (GMT) |
commit | 6426a86d5ede25f8c3178b120fef6214e959983b (patch) | |
tree | 88248cf1f0d97dbee2c8dc0d4d18b883cf3f0d6c | |
parent | 6afc8fed1303b2439b6b6a5e6d28d4990aeea424 (diff) | |
parent | c7aa38ff39651479127a55c33935486d9d8fe6fb (diff) | |
download | CMake-6426a86d5ede25f8c3178b120fef6214e959983b.zip CMake-6426a86d5ede25f8c3178b120fef6214e959983b.tar.gz CMake-6426a86d5ede25f8c3178b120fef6214e959983b.tar.bz2 |
Merge topic 'bootstrap-cflags'
c7aa38f bootstrap: Honor CFLAGS during "make" test (#10545)
-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> |