1 --- gcc/libgomp/configure
2 +++ gcc/libgomp/configure
6 # This must be Linux ELF.
9 lt_cv_deplibs_check_method=pass_all
12 --- gcc/gcc/config/cris/linux.h
13 +++ gcc/gcc/config/cris/linux.h
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 --- gcc/libstdc++-v3/configure
28 +++ gcc/libstdc++-v3/configure
32 # This must be Linux ELF.
35 lt_cv_deplibs_check_method=pass_all
38 @@ -99523,7 +99523,7 @@
42 - # Don't enable LFS with uClibc
43 + # Don't enable LFS with uClinux
46 cat >>confdefs.h <<\_ACEOF
47 --- gcc/libstdc++-v3/crossconfig.m4
48 +++ gcc/libstdc++-v3/crossconfig.m4
50 AC_DEFINE(HAVE_INT64_T)
53 - # Don't enable LFS with uClibc
54 + # Don't enable LFS with uClinux
57 AC_DEFINE(_GLIBCXX_USE_LFS)
58 --- gcc/zlib/configure
59 +++ gcc/zlib/configure
63 # This must be Linux ELF.
66 lt_cv_deplibs_check_method=pass_all
69 --- gcc/libobjc/configure
70 +++ gcc/libobjc/configure
74 # This must be Linux ELF.
77 lt_cv_deplibs_check_method=pass_all
80 --- gcc/libgfortran/configure
81 +++ gcc/libgfortran/configure
85 # This must be Linux ELF.
88 lt_cv_deplibs_check_method=pass_all
91 --- gcc/libmudflap/configure
92 +++ gcc/libmudflap/configure
96 # This must be Linux ELF.
99 lt_cv_deplibs_check_method=pass_all
102 --- gcc/boehm-gc/configure
103 +++ gcc/boehm-gc/configure
104 @@ -4316,7 +4316,7 @@
107 # This must be Linux ELF.
110 lt_cv_deplibs_check_method=pass_all
113 --- gcc/libffi/configure
114 +++ gcc/libffi/configure
115 @@ -3453,7 +3453,7 @@
118 # This must be Linux ELF.
121 lt_cv_deplibs_check_method=pass_all
124 --- gcc/libssp/configure
125 +++ gcc/libssp/configure
126 @@ -4409,7 +4409,7 @@
129 # This must be Linux ELF.
132 lt_cv_deplibs_check_method=pass_all
135 --- gcc/contrib/regression/objs-gcc.sh
136 +++ gcc/contrib/regression/objs-gcc.sh
139 make all-gdb all-dejagnu all-ld || exit 1
140 make install-gdb install-dejagnu install-ld || exit 1
141 +elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
143 + make all-gdb all-dejagnu all-ld || exit 1
144 + make install-gdb install-dejagnu install-ld || exit 1
145 elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
146 make bootstrap || exit 1
147 make install || exit 1
148 --- gcc/libjava/classpath/ltconfig
149 +++ gcc/libjava/classpath/ltconfig
152 # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
155 +linux-gnu*|linux-uclibc*) ;;
156 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
159 @@ -1251,7 +1251,7 @@
162 # This must be Linux ELF.
168 --- gcc/libjava/classpath/configure
169 +++ gcc/libjava/classpath/configure
170 @@ -4665,7 +4665,7 @@
173 # This must be Linux ELF.
176 lt_cv_deplibs_check_method=pass_all
179 --- gcc/libjava/configure
180 +++ gcc/libjava/configure
181 @@ -5212,7 +5212,7 @@
184 # This must be Linux ELF.
187 lt_cv_deplibs_check_method=pass_all
195 # This must be Linux ELF.
198 lt_cv_deplibs_check_method=pass_all
205 # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
208 +linux-gnu*|linux-uclibc*) ;;
209 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
212 @@ -1251,7 +1251,7 @@
215 # This must be Linux ELF.