# HG changeset patch # User Tony Theodore # Date 1286911113 -39600 # Node ID 5d9e7369c6ed1e0725adb21f3f21497977a8e888 # Parent e2660511c7b83c65e0b599c4a04d692bfa0013f7 add reminder to remove gmp links after next gcc update diff -r e2660511c7b8 -r 5d9e7369c6ed src/gcc.mk --- 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/'