Changes in uspace/app/binutils/intrusive.sh [051e6ac:04b3c8c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/binutils/intrusive.sh
r051e6ac r04b3c8c 92 92 # incompatibility, libiberty fnmatch has to be manually hidden. 93 93 # 94 # Patch 895 # When building binutils for arm32 target, there is a conflict with96 # libposix function name redefinitons in one of the arm-specific files.97 #98 94 99 95 case "$1" in … … 103 99 cp -f "$2/bfd/configure" "$2/bfd/configure.backup" 104 100 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"106 101 cp -f "$2/intl/configure" "$2/intl/configure.backup" 107 102 cp -f "$2/ld/configure" "$2/ld/configure.backup" … … 134 129 sed 's/^cross_compiling=no/cross_compiling=yes/g' \ 135 130 > "$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"142 131 143 132 # Patch intl configure script. … … 204 193 mv -f "$2/bfd/configure.backup" "$2/bfd/configure" 205 194 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"207 195 mv -f "$2/intl/configure.backup" "$2/intl/configure" 208 196 mv -f "$2/ld/configure.backup" "$2/ld/configure"
Note:
See TracChangeset
for help on using the changeset viewer.