patches/gcc/4.3.2/370-sh-no-libc.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
     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 \