1 --- a/libgomp/configure
2 +++ b/libgomp/configure
3 @@ -3893,7 +3893,7 @@ irix5* | irix6*)
6 # This must be Linux ELF.
9 lt_cv_deplibs_check_method=pass_all
12 --- a/gcc/config/cris/linux.h
13 +++ b/gcc/config/cris/linux.h
14 @@ -74,7 +74,11 @@ Boston, MA 02110-1301, USA. */
15 #define CRIS_DEFAULT_CPU_VERSION CRIS_CPU_NG
17 #undef CRIS_SUBTARGET_VERSION
18 -#define CRIS_SUBTARGET_VERSION " - cris-axis-linux-gnu"
20 +# define CRIS_SUBTARGET_VERSION " - cris-axis-linux-uclibc"
22 +# define CRIS_SUBTARGET_VERSION " - cris-axis-linux-gnu"
25 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
27 --- a/libstdc++-v3/configure
28 +++ b/libstdc++-v3/configure
29 @@ -4283,7 +4283,7 @@ irix5* | irix6*)
32 # This must be Linux ELF.
35 lt_cv_deplibs_check_method=pass_all
40 @@ -3429,7 +3429,7 @@ irix5* | irix6*)
43 # This must be Linux ELF.
46 lt_cv_deplibs_check_method=pass_all
49 --- a/libobjc/configure
50 +++ b/libobjc/configure
51 @@ -3314,7 +3314,7 @@ irix5* | irix6*)
54 # This must be Linux ELF.
57 lt_cv_deplibs_check_method=pass_all
60 --- a/libgfortran/configure
61 +++ b/libgfortran/configure
62 @@ -3721,7 +3721,7 @@ irix5* | irix6*)
65 # This must be Linux ELF.
68 lt_cv_deplibs_check_method=pass_all
71 --- a/libmudflap/configure
72 +++ b/libmudflap/configure
73 @@ -5394,7 +5394,7 @@ irix5* | irix6*)
76 # This must be Linux ELF.
79 lt_cv_deplibs_check_method=pass_all
82 --- a/boehm-gc/configure
83 +++ b/boehm-gc/configure
84 @@ -4323,7 +4323,7 @@ irix5* | irix6*)
87 # This must be Linux ELF.
90 lt_cv_deplibs_check_method=pass_all
93 --- a/libffi/configure
94 +++ b/libffi/configure
95 @@ -3460,7 +3460,7 @@ irix5* | irix6*)
98 # This must be Linux ELF.
101 lt_cv_deplibs_check_method=pass_all
104 --- a/libssp/configure
105 +++ b/libssp/configure
106 @@ -4482,7 +4482,7 @@ irix5* | irix6*)
109 # This must be Linux ELF.
112 lt_cv_deplibs_check_method=pass_all
115 --- a/contrib/regression/objs-gcc.sh
116 +++ b/contrib/regression/objs-gcc.sh
117 @@ -105,6 +105,10 @@ if [ $H_REAL_TARGET = $H_REAL_HOST -a $H
119 make all-gdb all-dejagnu all-ld || exit 1
120 make install-gdb install-dejagnu install-ld || exit 1
121 +elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
123 + make all-gdb all-dejagnu all-ld || exit 1
124 + make install-gdb install-dejagnu install-ld || exit 1
125 elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
126 make bootstrap || exit 1
127 make install || exit 1
128 --- a/libjava/classpath/ltconfig
129 +++ b/libjava/classpath/ltconfig
130 @@ -603,7 +603,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-
132 # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
135 +linux-gnu*|linux-uclibc*) ;;
136 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
139 @@ -1251,7 +1251,7 @@ linux-gnuoldld* | linux-gnuaout* | linux
142 # This must be Linux ELF.
148 --- a/libjava/classpath/configure
149 +++ b/libjava/classpath/configure
150 @@ -5307,7 +5307,7 @@ irix5* | irix6*)
153 # This must be Linux ELF.
156 lt_cv_deplibs_check_method=pass_all
159 --- a/libjava/configure
160 +++ b/libjava/configure
161 @@ -5424,7 +5424,7 @@ irix5* | irix6*)
164 # This must be Linux ELF.
167 lt_cv_deplibs_check_method=pass_all
172 @@ -739,7 +739,7 @@ irix5* | irix6*)
175 # This must be Linux ELF.
178 lt_cv_deplibs_check_method=pass_all
183 @@ -603,7 +603,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-
185 # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
188 +linux-gnu*|linux-uclibc*) ;;
189 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
192 @@ -1253,7 +1253,7 @@ linux-gnuoldld* | linux-gnuaout* | linux
195 # This must be Linux ELF.