Changeset 378948d in mainline


Ignore:
Timestamp:
2017-11-08T22:46:01Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b884e55
Parents:
9d8b12da
Message:

Remove the no longer used POSIX_COMPAT flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r9d8b12da r378948d  
    4444#   EXTRA_CLEAN        additional cleanup targets
    4545#
    46 #   POSIX_COMPAT       set to 'y' to use POSIX compatibility layer
    47 #
    4846# Optionally, for a binary:
    4947#   STATIC_NEEDED      set to 'y' for init binaries, will build statically
     
    144142endif
    145143
    146 # Prepare for POSIX before including platform specific stuff
    147 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.a
    150 endif
    151 
    152144BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    153145
Note: See TracChangeset for help on using the changeset viewer.