Changes in / [b705ecc:1cc4a09] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/intrusive.sh

    rb705ecc r1cc4a09  
    9292# incompatibility, libiberty fnmatch has to be manually hidden.
    9393#
    94 # Patch 8
    95 # When building binutils for arm32 target, there is a conflict with
    96 # libposix function name redefinitons in one of the arm-specific files.
    97 #
    9894
    9995case "$1" in
     
    10399                cp -f "$2/bfd/configure" "$2/bfd/configure.backup"
    104100                cp -f "$2/gas/configure" "$2/gas/configure.backup"
    105                 cp -f "$2/gas/config/tc-arm.c" "$2/gas/config/tc-arm.c.backup"
    106101                cp -f "$2/intl/configure" "$2/intl/configure.backup"
    107102                cp -f "$2/ld/configure" "$2/ld/configure.backup"
     
    134129                sed 's/^cross_compiling=no/cross_compiling=yes/g' \
    135130                > "$2/gas/configure"
    136 
    137                 # Patch gas tc-arm.c.
    138                 cat "$2/gas/config/tc-arm.c.backup" | \
    139                 # See Patch 8.
    140                 sed 's/\(#include "dwarf2dbg.h"\)/\1\n#undef div/g' \
    141                 > "$2/gas/config/tc-arm.c"
    142131
    143132                # Patch intl configure script.
     
    204193                mv -f "$2/bfd/configure.backup" "$2/bfd/configure"
    205194                mv -f "$2/gas/configure.backup" "$2/gas/configure"
    206                 mv -f "$2/gas/config/tc-arm.c.backup" "$2/gas/config/tc-arm.c"
    207195                mv -f "$2/intl/configure.backup" "$2/intl/configure"
    208196                mv -f "$2/ld/configure.backup" "$2/ld/configure"
Note: See TracChangeset for help on using the changeset viewer.