Changes in uspace/Makefile.common [e6ae77a:1ab3c4b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
re6ae77a r1ab3c4b 175 175 176 176 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 177 -ffreestanding - fno-builtin -nostdlib -nostdinc -fexec-charset=UTF-8 \178 -finput-charset=UTF-8 -D__$(ENDIANESS)__ - fno-common \177 -ffreestanding -nostdlib -nostdinc -fexec-charset=UTF-8 \ 178 -finput-charset=UTF-8 -D__$(ENDIANESS)__ -D_HELENOS_SOURCE -fno-common \ 179 179 -fdebug-prefix-map=$(realpath $(ROOT_PATH))=. 180 180
Note:
See TracChangeset
for help on using the changeset viewer.