Changes in uspace/Makefile.common [8620b2f:d7b7f5e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r8620b2f rd7b7f5e  
    4545#
    4646#   POSIX_COMPAT       set to 'y' to use POSIX compatibility layer
    47 #   NEEDS_MATH         set to 'y' to add implementation of mathematical functions
    4847#
    4948# Optionally, for a binary:
     
    110109LIBSOFTFLOAT_PREFIX = $(LIB_PREFIX)/softfloat
    111110LIBSOFTINT_PREFIX = $(LIB_PREFIX)/softint
    112 LIBMATH_PREFIX = $(LIB_PREFIX)/math
    113111
    114112LIBPOSIX_PREFIX = $(LIB_PREFIX)/posix
     
    235233endif
    236234
    237 # Do we need math?
    238 ifeq ($(NEEDS_MATH),y)
    239         BASE_LIBS += $(LIBMATH_PREFIX)/libmath.a
    240 endif
    241 
    242235## Setup platform configuration
    243236#
     
    251244
    252245ifeq ($(COMPILER),gcc_cross)
    253         CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS)
    254         DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
    255 endif
    256 
    257 ifeq ($(COMPILER),gcc_helenos)
    258246        CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS)
    259247        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
Note: See TracChangeset for help on using the changeset viewer.