Changeset e2e9a8a in mainline for boot/Makefile.common


Ignore:
Timestamp:
2016-04-05T18:47:41Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61134f8
Parents:
0f792c28
Message:

Shared libraries no longer need to observe 8+3 filename limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r0f792c28 re2e9a8a  
    158158ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
    159159        RD_LIBS += \
    160                 $(USPACE_PATH)/lib/c/libc.so0 \
    161                 $(USPACE_PATH)/lib/softint/libsofti.so0
     160                $(USPACE_PATH)/lib/c/libc.so.0 \
     161                $(USPACE_PATH)/lib/softint/libsofti.so.0
    162162        RD_APPS += \
    163163                $(USPACE_PATH)/app/dltest/dltest
Note: See TracChangeset for help on using the changeset viewer.