Changes in uspace/Makefile.common [8620b2f:d7b7f5e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r8620b2f rd7b7f5e 45 45 # 46 46 # POSIX_COMPAT set to 'y' to use POSIX compatibility layer 47 # NEEDS_MATH set to 'y' to add implementation of mathematical functions48 47 # 49 48 # Optionally, for a binary: … … 110 109 LIBSOFTFLOAT_PREFIX = $(LIB_PREFIX)/softfloat 111 110 LIBSOFTINT_PREFIX = $(LIB_PREFIX)/softint 112 LIBMATH_PREFIX = $(LIB_PREFIX)/math113 111 114 112 LIBPOSIX_PREFIX = $(LIB_PREFIX)/posix … … 235 233 endif 236 234 237 # Do we need math?238 ifeq ($(NEEDS_MATH),y)239 BASE_LIBS += $(LIBMATH_PREFIX)/libmath.a240 endif241 242 235 ## Setup platform configuration 243 236 # … … 251 244 252 245 ifeq ($(COMPILER),gcc_cross) 253 CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS)254 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)255 endif256 257 ifeq ($(COMPILER),gcc_helenos)258 246 CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS) 259 247 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
Note:
See TracChangeset
for help on using the changeset viewer.