From bda37a98bccb69e71e11524f4b6364020136133c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 27 May 2014 14:38:51 +0000 Subject: pthreads-win32: Ensure compiler options are preserved The compiler flags were not getting passed to the compiler, this fixes the make command so they do get preserved. Signed-off-by: Richard Purdie --- recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/pthreads-win32') diff --git a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb index d6a6284..01c4bd9 100644 --- a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb +++ b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb @@ -31,7 +31,7 @@ do_configure_prepend() { } do_compile() { - make -f GNUmakefile CROSS=${SDK_PREFIX} clean GC + make -f GNUmakefile CROSS=${SDK_PREFIX} CC="${CC}" clean GC } do_install() { -- cgit v1.2.3-54-g00ecf