Changeset 87fa4a7 in mainline


Ignore:
Timestamp:
2016-04-14T20:03:18Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8539cf2
Parents:
61134f8
Message:

Include libmath.so.0 in dynamically linked builds as compositor depends on it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r61134f8 r87fa4a7  
    159159        RD_LIBS += \
    160160                $(USPACE_PATH)/lib/c/libc.so.0 \
    161                 $(USPACE_PATH)/lib/softint/libsofti.so.0
     161                $(USPACE_PATH)/lib/softint/libsofti.so.0 \
     162                $(USPACE_PATH)/lib/math/libmath.so.0
    162163        RD_APPS += \
    163164                $(USPACE_PATH)/app/dltest/dltest
Note: See TracChangeset for help on using the changeset viewer.