Changeset c92dfed in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2018-08-03T14:51:07Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3767bdb
Parents:
f2c8f55
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-02 18:34:59)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 14:51:07)
Message:

Bump GCC version to 8.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rf2c8f55 rc92dfed  
    207207                -Wno-unused-command-line-argument
    208208else
     209        # FIXME: -Wimplicit-fallthrough is broken in GCC 8.2.0
    209210        DEFAULT_CFLAGS += \
     211                -Wno-implicit-fallthrough \
    210212                -Wno-clobbered
    211213endif
Note: See TracChangeset for help on using the changeset viewer.