Changeset 7328ff4 in mainline for kernel/Makefile


Ignore:
Timestamp:
2018-09-06T18:18:52Z (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:
ffa73c6
Parents:
d51cca8
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-13 01:29:17)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-06 18:18:52)
Message:

Use builtin memory fences for kernel barriers, and convert smp_coherence() into a regular function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    rd51cca8 r7328ff4  
    9191
    9292COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    93         -ffreestanding -nostdlib -nostdinc \
     93        -ffreestanding -nostdlib \
    9494        -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \
    9595        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
Note: See TracChangeset for help on using the changeset viewer.