patches/binutils/2.20.1a/250-arm-eabi-conf.patch
author Cody P Schafer <dev@codyps.com>
Mon May 12 00:02:13 2014 +0200 (2014-05-12)
changeset 3322 eb13867a034c
parent 2088 4f21ba5f8e91
permissions -rw-r--r--
arch/powerpc: add powerpc64le support

Technically, I don't forbid powerpcle support either, but I'm not sure that
there is any library/compiler support for that at the moment (though the hw
technically makes it possible).

powerpc64le needs glibc 2.19 and gcc 4.9. I haven't looked into the support
tools, but at least gdb 7.5 is too old (7.7.1 definitely has support).

Also make powerpc64 non-experimental. It's practically old at this point.

Signed-off-by: Cody P Schafer <dev@codyps.com>
[yann.morin.1998@free.fr: use ${target_endian_le} and ${target_bits_64}]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <64bfbbced9dd8f62e0d6.1399801945@gun>
Patchwork-Id: 347775
     1 diff -u binutils-2.20.orig/configure binutils-2.20/configure
     2 
     3 diff -durN binutils-2.20.1.orig/configure binutils-2.20.1/configure
     4 --- binutils-2.20.1.orig/configure	2010-08-17 19:32:07.000000000 +0200
     5 +++ binutils-2.20.1/configure	2010-08-17 19:32:22.000000000 +0200
     6 @@ -3086,7 +3086,7 @@
     7      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
     8      libgloss_dir=arm
     9      ;;
    10 -  arm*-*-linux-gnueabi)
    11 +  arm*-*-linux-*gnueabi)
    12      noconfigdirs="$noconfigdirs target-qthreads"
    13      case ${with_newlib} in
    14        no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
    15 diff -durN binutils-2.20.1.orig/configure.ac binutils-2.20.1/configure.ac
    16 --- binutils-2.20.1.orig/configure.ac	2010-08-17 19:32:07.000000000 +0200
    17 +++ binutils-2.20.1/configure.ac	2010-08-17 19:32:22.000000000 +0200
    18 @@ -573,7 +573,7 @@
    19      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
    20      libgloss_dir=arm
    21      ;;
    22 -  arm*-*-linux-gnueabi)
    23 +  arm*-*-linux-*gnueabi)
    24      noconfigdirs="$noconfigdirs target-qthreads"
    25      case ${with_newlib} in
    26        no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"