Changes in uspace/Makefile.common [9234566:ba4799a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r9234566 rba4799a  
    215215endif
    216216
    217 ## Setup platform configuration
    218 #
    219 
    220 -include $(LIBC_PREFIX)/arch/$(UARCH)/Makefile.common
    221 
    222 ## Compilation options
    223 #
    224 
    225 JOBFILE = $(LIBC_PREFIX)/../../../tools/jobfile.py
    226 
     217# Prepare for POSIX before including platform specific stuff
    227218ifeq ($(POSIX_COMPAT),y)
    228219        CFLAGS = -I$(LIBPOSIX_PREFIX)/include/posix  -I$(LIBPOSIX_PREFIX)/include/
    229         LIBS += $(LIBPOSIX_PREFIX)/libposix.a
    230 endif
     220        BASE_LIBS = $(LIBPOSIX_PREFIX)/libposixaslibc.a $(LIBPOSIX_PREFIX)/libc4posix.a $(LIBSOFTINT_PREFIX)/libsoftint.a
     221endif
     222
     223## Setup platform configuration
     224#
     225
     226-include $(LIBC_PREFIX)/arch/$(UARCH)/Makefile.common
     227
     228## Compilation options
     229#
     230
     231JOBFILE = $(LIBC_PREFIX)/../../../tools/jobfile.py
    231232
    232233ifeq ($(COMPILER),gcc_cross)
Note: See TracChangeset for help on using the changeset viewer.