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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

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