changeset 1524:5208c579581a

package gcc: remove mpfr configure workaround after upgrade
author Tony Theodore <tonyt@logyst.com>
date Thu, 23 Dec 2010 20:55:19 +1100
parents 70d4afbbd76a
children 695e2b5cd616
files src/gcc.mk
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/gcc.mk	Thu Dec 23 02:42:24 2010 +0100
+++ b/src/gcc.mk	Thu Dec 23 20:55:19 2010 +1100
@@ -31,13 +31,6 @@
 
     # 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/'
     cd    '$(1).build' && '$(1)/configure' \
         --target='$(TARGET)' \
         --prefix='$(PREFIX)' \