Changes in uspace/Makefile.common [e6ae77a:1ab3c4b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    re6ae77a r1ab3c4b  
    175175
    176176COMMON_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 \
    179179        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
    180180
Note: See TracChangeset for help on using the changeset viewer.