Changeset c92dfed in mainline for kernel/Makefile
- Timestamp:
- 2018-08-03T14:51:07Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
rf2c8f55 rc92dfed 97 97 GCC_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \ 98 98 -Wmissing-prototypes -Werror-implicit-function-declaration \ 99 -Wwrite-strings -pipe 99 -Wwrite-strings -pipe -Wno-cast-function-type 100 100 101 101 CLANG_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \
Note:
See TracChangeset
for help on using the changeset viewer.