summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-27 14:38:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-27 15:58:34 +0000
commitbda37a98bccb69e71e11524f4b6364020136133c (patch)
tree65e677f9e889c73b720d9a354c12d4e974dd66a5
parentd9bd9e36188ffe9169739e75438b309528cf4660 (diff)
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 <richard.purdie@linuxfoundation.org>
-rw-r--r--recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb2
1 files changed, 1 insertions, 1 deletions
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() {