mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Solving the Pthreads issue


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Solving the Pthreads issue
Date: Mon, 10 May 2010 19:02:50 +1000

> Tony Theodore <address@hidden> schrieb:
>> Yes, I just installed wine and that's the error.

Wine also confuses the build:

diff -r ad2e24d80152 src/libgomp.mk
--- a/src/libgomp.mk    Sun May 09 23:21:01 2010 +0200
+++ b/src/libgomp.mk    Mon May 10 18:50:49 2010 +1000
@@ -18,6 +18,8 @@
 endef

 define $(PKG)_BUILD
+    # wine confuses the cross-compiling detection, so set it explicitly
+    $(SED) -i 's,cross_compiling=no,cross_compiling=yes,'
'$(1)/libgomp/configure'
     mkdir -p '$(1)/build/$(TARGET)/libgomp'
     cd       '$(1)/build/$(TARGET)/libgomp' && '$(1)/libgomp/configure' \
         --host='$(TARGET)' \


Tony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]