summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-10-12 19:18:33 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-10-12 19:18:33 (GMT)
commit90e600677d9dc37f1b11d69cda68f063aef8339a (patch)
treea0591d4997279978c1328d77a4a6effb83389507
parente82850f67de7371b167db65fd5b98823bdf482b3 (diff)
downloadmxe-90e600677d9dc37f1b11d69cda68f063aef8339a.zip
mxe-90e600677d9dc37f1b11d69cda68f063aef8339a.tar.gz
mxe-90e600677d9dc37f1b11d69cda68f063aef8339a.tar.bz2
add reminder to remove gmp links after next gcc update
-rw-r--r--src/gcc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index f9b138a..ea5f2dd 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -32,6 +32,9 @@ define $(PKG)_BUILD
# build GCC and support libraries
mkdir '$(1).build'
# mpfr 3.0.0 configure expects these gmp headers here
+ # NOTE: this has been fixed in gcc 4.5.2
+ # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455
+ # the next three lines can be removed after updating
mkdir '$(1).build/gmp'
ln -s '$(1)/gmp/gmp-impl.h' '$(1).build/gmp/'
ln -s '$(1)/gmp/longlong.h' '$(1).build/gmp/'