From c7aa38ff39651479127a55c33935486d9d8fe6fb Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 10 Sep 2010 11:39:43 -0400 Subject: [PATCH] bootstrap: Honor CFLAGS during "make" test (#10545) --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 01d9e152c..0da868d8f 100755 --- a/bootstrap +++ b/bootstrap @@ -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