Changeset dd162f6 in mainline
- Timestamp:
- 2017-10-27T16:53:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9c4bc5
- Parents:
- 476ac3b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r476ac3b rdd162f6 46 46 COMMON_CFLAGS = $(INCLUDES) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 47 47 -ffreestanding -fno-builtin -nostdlib -nostdinc \ 48 -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common 48 -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \ 49 -fdebug-prefix-map=$(realpath $(ROOT_PATH))=. 49 50 50 51 GCC_CFLAGS = -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \ -
kernel/Makefile
r476ac3b rdd162f6 84 84 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 85 85 -ffreestanding -fno-builtin -nostdlib -nostdinc \ 86 -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common 86 -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \ 87 -fdebug-prefix-map=$(realpath $(ROOT_PATH))=. 87 88 88 89 GCC_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \ -
uspace/Makefile.common
r476ac3b rdd162f6 236 236 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 237 237 -ffreestanding -fno-builtin -nostdlib -nostdinc -fexec-charset=UTF-8 \ 238 -finput-charset=UTF-8 -D__$(ENDIANESS)__ -fno-common 238 -finput-charset=UTF-8 -D__$(ENDIANESS)__ -fno-common \ 239 -fdebug-prefix-map=$(realpath $(ROOT_PATH))=. 239 240 240 241 GCC_CFLAGS = -ffunction-sections -Wall -Wextra -Wno-clobbered \
Note:
See TracChangeset
for help on using the changeset viewer.