From 90e600677d9dc37f1b11d69cda68f063aef8339a Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 13 Oct 2010 06:18:33 +1100 Subject: add reminder to remove gmp links after next gcc update --- src/gcc.mk | 3 +++ 1 file changed, 3 insertions(+) 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/' -- cgit v0.12