patches/gcc/4.3.2/370-sh-no-libc.patch
author Arnaud Lacombe <lacombar@gmail.com>
Thu Aug 05 17:59:51 2010 +0200 (2010-08-05)
changeset 2069 366bd2b22675
permissions -rw-r--r--
complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0

This is the change introduced by revision 734 of MPC repository.

Author: Paul Zimmermann <Paul.Zimmermann@loria.fr>
Revision log: [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
     1 diff -durN gcc-4.3.2.orig/libgcc/config/sh/t-linux gcc-4.3.2/libgcc/config/sh/t-linux
     2 --- gcc-4.3.2.orig/libgcc/config/sh/t-linux	2009-03-07 11:42:38.000000000 +0100
     3 +++ gcc-4.3.2/libgcc/config/sh/t-linux	2009-03-07 11:03:39.000000000 +0100
     4 @@ -15,7 +15,7 @@
     5  	-Wl,--soname=@shlib_base_name@.so.1 \
     6  	-Wl,--version-script=@shlib_map_file@ \
     7  	-o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ \
     8 -	@shlib_objs@ -lc && \
     9 +	@shlib_objs@ && \
    10  	rm -f @multilib_dir@/@shlib_base_name@.so && \
    11  	if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then \
    12  	  mv -f @multilib_dir@/@shlib_base_name@.so.1 \