changeset 1320:5d9e7369c6ed

add reminder to remove gmp links after next gcc update
author Tony Theodore <tonyt@logyst.com>
date Wed, 13 Oct 2010 06:18:33 +1100
parents e2660511c7b8
children 1a6731196918
files src/gcc.mk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gcc.mk	Wed Oct 13 05:00:07 2010 +1100
+++ b/src/gcc.mk	Wed Oct 13 06:18:33 2010 +1100
@@ -32,6 +32,9 @@
     # 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/'