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