Skip to content
Snippets Groups Projects
Commit c7aa38ff authored by Brad King's avatar Brad King
Browse files

bootstrap: Honor CFLAGS during "make" test (#10545)

parent f2b4a466
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment