# HG changeset patch # User Tony Theodore # Date 1300279666 -39600 # Node ID 19fefe2bffcd75ad6489784dc8a578afb4fe47ac # Parent 7fb51f6d31afd2ceea003fa7f4d7fcf6795166f7 package gmp: wine confuses the native build so set CC_FOR_BUILD diff -r 7fb51f6d31af -r 19fefe2bffcd src/gmp.mk --- a/src/gmp.mk Wed Mar 16 21:56:00 2011 +1100 +++ b/src/gmp.mk Wed Mar 16 23:47:46 2011 +1100 @@ -22,7 +22,7 @@ endef define $(PKG)_BUILD - cd '$(1)' && ./configure \ + cd '$(1)' && CC_FOR_BUILD=gcc ./configure \ --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \