Changeset b92a0ee in mainline


Ignore:
Timestamp:
2013-03-24T13:06:59Z (11 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

Files:
2 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
  • uspace/Makefile.common

    r878e181 rb92a0ee  
    205205        -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    206206        -Werror-implicit-function-declaration -Wwrite-strings \
     207        -integrated-as \
    207208        -pipe -g -target $(CLANG_TARGET) -D__$(ENDIANESS)__
    208209
Note: See TracChangeset for help on using the changeset viewer.