Changeset c92dfed in mainline for kernel/Makefile


Ignore:
Timestamp:
2018-08-03T14:51:07Z (6 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
  • kernel/Makefile

    rf2c8f55 rc92dfed  
    9797GCC_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \
    9898        -Wmissing-prototypes -Werror-implicit-function-declaration \
    99         -Wwrite-strings -pipe
     99        -Wwrite-strings -pipe -Wno-cast-function-type
    100100
    101101CLANG_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \
Note: See TracChangeset for help on using the changeset viewer.