Ticket #11057: Fixed-hrev47542-changeset-to-become-sh-compatible.patch

File Fixed-hrev47542-changeset-to-become-sh-compatible.patch, 945 bytes (added by arvindsraj, 10 years ago)
  • build/scripts/build_cross_tools_gcc4

    From f9ba348832bb7d0a3210816c1054ad55ca13a5dc Mon Sep 17 00:00:00 2001
    From: Arvind S Raj <sraj.arvind@gmail.com>
    Date: Mon, 21 Jul 2014 20:48:51 +0530
    Subject: [PATCH] Fixed hrev47542 changeset to become sh compatible.
    
    ---
     build/scripts/build_cross_tools_gcc4 | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/build/scripts/build_cross_tools_gcc4 b/build/scripts/build_cross_tools_gcc4
    index 15f1920..4eca9bf 100755
    a b arm-*)  
    4444        --with-cpu=cortex-a8 --with-arch=armv7-a --with-fpu=vfpv3"
    4545
    4646    # TODO: Disable building with TLS support for ARM until implemented.
    47     binutilsConfigureArgs+="--disable-tls"
    48     gccConfigureArgs+="--disable-tls"
     47    binutilsConfigureArgs=$binutilsConfigureArgs" --disable-tls"
     48    gccConfigureArgs=$gccConfigureArgs" --disable-tls"
    4949    ;;
    5050*)
    5151    binutilsConfigureArgs="--disable-multilib"