diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6/100-uclibc-conf.patch')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6/100-uclibc-conf.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6/100-uclibc-conf.patch b/meta/recipes-devtools/gcc/gcc-4.6/100-uclibc-conf.patch new file mode 100644 index 0000000000..b2981e0791 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-4.6/100-uclibc-conf.patch | |||
@@ -0,0 +1,39 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Index: gcc-4.6.0/contrib/regression/objs-gcc.sh | ||
4 | =================================================================== | ||
5 | --- gcc-4.6.0.orig/contrib/regression/objs-gcc.sh | ||
6 | +++ gcc-4.6.0/contrib/regression/objs-gcc.sh | ||
7 | @@ -106,6 +106,10 @@ if [ $H_REAL_TARGET = $H_REAL_HOST -a $H | ||
8 | then | ||
9 | make all-gdb all-dejagnu all-ld || exit 1 | ||
10 | make install-gdb install-dejagnu install-ld || exit 1 | ||
11 | +elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ] | ||
12 | + then | ||
13 | + make all-gdb all-dejagnu all-ld || exit 1 | ||
14 | + make install-gdb install-dejagnu install-ld || exit 1 | ||
15 | elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then | ||
16 | make bootstrap || exit 1 | ||
17 | make install || exit 1 | ||
18 | Index: gcc-4.6.0/libjava/classpath/ltconfig | ||
19 | =================================================================== | ||
20 | --- gcc-4.6.0.orig/libjava/classpath/ltconfig | ||
21 | +++ gcc-4.6.0/libjava/classpath/ltconfig | ||
22 | @@ -603,7 +603,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)- | ||
23 | |||
24 | # Transform linux* to *-*-linux-gnu*, to support old configure scripts. | ||
25 | case $host_os in | ||
26 | -linux-gnu*) ;; | ||
27 | +linux-gnu*|linux-uclibc*) ;; | ||
28 | linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` | ||
29 | esac | ||
30 | |||
31 | @@ -1247,7 +1247,7 @@ linux-gnuoldld* | linux-gnuaout* | linux | ||
32 | ;; | ||
33 | |||
34 | # This must be Linux ELF. | ||
35 | -linux-gnu*) | ||
36 | +linux*) | ||
37 | version_type=linux | ||
38 | need_lib_prefix=no | ||
39 | need_version=no | ||