Changeset b92a0ee in mainline for kernel/Makefile


Ignore:
Timestamp:
2013-03-24T13:06:59Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b183ce0a
Parents:
878e181
Message:

Use clang assembler explicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r878e181 rb92a0ee  
    107107        -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    108108        -Werror-implicit-function-declaration -Wwrite-strings \
     109        -integrated-as \
    109110        -pipe -target $(CLANG_TARGET)
    110111
Note: See TracChangeset for help on using the changeset viewer.