patches/gcc/3.3/sh4-no-fix-protos.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat May 19 22:52:47 2007 +0000 (2007-05-19)
changeset 108 69407950a2a2
permissions -rw-r--r--
Add uClibc-0.9.29:
- associated patch set
- update the munging function to accomodate the new config variables
libfloat version was missing from the previous commit... :-(
Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
yann@1
     1
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10331
yann@1
     2
and http://gcc.gnu.org/ml/gcc-patches/2003-06/msg00423.html
yann@1
     3
yann@1
     4
--- gcc-3.3/gcc/config/sh/t-linux.old	Wed Jun  4 13:01:39 2003
yann@1
     5
+++ gcc-3.3/gcc/config/sh/t-linux	Wed Jun  4 13:02:12 2003
yann@1
     6
@@ -1,3 +1,6 @@
yann@1
     7
+# Don't run fixproto
yann@1
     8
+STMP_FIXPROTO =
yann@1
     9
+
yann@1
    10
 TARGET_LIBGCC2_CFLAGS = -fpic
yann@1
    11
 LIB1ASMFUNCS_CACHE = _ic_invalidate
yann@1
    12