Changeset 6946f23 in mainline for uspace/Makefile.common
- Timestamp:
- 2013-12-17T14:11:24Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0773396, ac36aed
- Parents:
- f5ceb18 (diff), 2034f98 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rf5ceb18 r6946f23 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 functions 47 48 # 48 49 # Optionally, for a binary: … … 109 110 LIBSOFTFLOAT_PREFIX = $(LIB_PREFIX)/softfloat 110 111 LIBSOFTINT_PREFIX = $(LIB_PREFIX)/softint 112 LIBMATH_PREFIX = $(LIB_PREFIX)/math 111 113 112 114 LIBPOSIX_PREFIX = $(LIB_PREFIX)/posix … … 233 235 endif 234 236 237 # Do we need math? 238 ifeq ($(NEEDS_MATH),y) 239 BASE_LIBS += $(LIBMATH_PREFIX)/libmath.a 240 endif 241 235 242 ## Setup platform configuration 236 243 #
Note:
See TracChangeset
for help on using the changeset viewer.