Changeset 847844a in mainline


Ignore:
Timestamp:
2018-01-04T20:50:53Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
c81d4f1
Parents:
e211ea04
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:53)
Message:

Remove defines of OPAQUE_ERRNO.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    re211ea04 r847844a  
    8787INCLUDES_FLAGS = $(addprefix -I,$(INCLUDES))
    8888
    89 DEFS = -DKERNEL -DRELEASE=$(RELEASE) "-DCOPYRIGHT=$(COPYRIGHT)" "-DNAME=$(NAME)" -D__$(BITS)_BITS__ -D__$(ENDIANESS)__ -D__OPAQUE_ERRNO__
     89DEFS = -DKERNEL -DRELEASE=$(RELEASE) "-DCOPYRIGHT=$(COPYRIGHT)" "-DNAME=$(NAME)" -D__$(BITS)_BITS__ -D__$(ENDIANESS)__
    9090
    9191COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
  • uspace/Makefile.common

    re211ea04 r847844a  
    177177        -ffreestanding -fno-builtin -nostdlib -nostdinc -fexec-charset=UTF-8 \
    178178        -finput-charset=UTF-8 -D__$(ENDIANESS)__ -fno-common \
    179         -fdebug-prefix-map=$(realpath $(ROOT_PATH))=. \
    180         -D__OPAQUE_ERRNO__
     179        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
    181180
    182181GCC_CFLAGS = -ffunction-sections -Wall -Wextra -Wno-clobbered \
Note: See TracChangeset for help on using the changeset viewer.