Changeset 50fc490 in mainline


Ignore:
Timestamp:
2011-07-12T13:43:14Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04b3c8c
Parents:
1916d1f
Message:

Updated flag filtration in the false toolchain.

File:
1 edited

Legend:

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

    r1916d1f r50fc490  
    9595                echo '                  sed '\'s/ [ ]*/ /g\''`"'
    9696                                        # Add flags:
    97                                         # -Wno-type-limits
    98                                         #               HelenOS pid_t is unsigned
    99                                         #               while on most systems it is signed.
    10097                                        # -Wno-shadow
    10198                                        #               Silents the warning caused by
    10299                                        #               harmless bug in ld/ldlang.h and ld/ldlex.c.
    103                 echo '          GCC_ARGS="$GCC_ARGS -Wno-type-limits -Wno-shadow"'
     100#               echo '          GCC_ARGS="$GCC_ARGS -Wno-shadow"'
    104101                echo '          echo' \'"$2"\' '"$GCC_ARGS"' \'"$CFLAGS"\'
    105102                echo "          $2" '$GCC_ARGS' "$CFLAGS"
Note: See TracChangeset for help on using the changeset viewer.