Changeset 5081276 in mainline for uspace/app/binutils/toolchain.sh


Ignore:
Timestamp:
2011-09-07T00:12:22Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
888207c9
Parents:
c05642d (diff), 8afa52c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge binutils changes.

File:
1 edited

Legend:

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

    rc05642d r5081276  
    9595                echo '                  sed '\'s/ [ ]*/ /g\''`"'
    9696                                        # Add flags:
    97                                         # -Wno-shadow
    98                                         #               Silents the warning caused by
    99                                         #               harmless bug in ld/ldlang.h and ld/ldlex.c.
    100 #               echo '          GCC_ARGS="$GCC_ARGS -Wno-shadow"'
     97                                        # -example
     98                                        #               Flag description.
     99#               echo '          GCC_ARGS="$GCC_ARGS -example"'
    101100                echo '          echo' \'"$2"\' '"$GCC_ARGS"' \'"$CFLAGS"\'
    102101                echo "          $2" '$GCC_ARGS' "$CFLAGS"
Note: See TracChangeset for help on using the changeset viewer.