Changeset 378948d in mainline
- Timestamp:
- 2017-11-08T22:46:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b884e55
- Parents:
- 9d8b12da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r9d8b12da r378948d 44 44 # EXTRA_CLEAN additional cleanup targets 45 45 # 46 # POSIX_COMPAT set to 'y' to use POSIX compatibility layer47 #48 46 # Optionally, for a binary: 49 47 # STATIC_NEEDED set to 'y' for init binaries, will build statically … … 144 142 endif 145 143 146 # Prepare for POSIX before including platform specific stuff147 ifeq ($(POSIX_COMPAT),y)148 CFLAGS += -I$(LIBPOSIX_PREFIX)/include/posix -I$(LIBPOSIX_PREFIX)/include/149 BASE_LIBS = $(LIBPOSIX_PREFIX)/libposixaslibc.a $(LIBPOSIX_PREFIX)/libc4posix.a $(LIBSOFTINT_PREFIX)/libsoftint.a150 endif151 152 144 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 153 145
Note:
See TracChangeset
for help on using the changeset viewer.