Changeset 1ab3c4b in mainline for kernel/Makefile
- Timestamp:
- 2018-01-25T17:12:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03cfe2ec
- Parents:
- 5b0cf63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r5b0cf63 r1ab3c4b 90 90 91 91 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 92 -ffreestanding - fno-builtin -nostdlib -nostdinc \92 -ffreestanding -nostdlib -nostdinc \ 93 93 -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \ 94 94 -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
Note:
See TracChangeset
for help on using the changeset viewer.