Changeset 042fbe0 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-05-01T19:00:40Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53d9ee9, 694ca93f, 750636a
Parents:
e175d69
Message:

mkfat.py - check for 8+3 filename limit violations.
Work around FAT 8+3 limit vs. library filenames by using .so0 extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    re175d69 r042fbe0  
    122122ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
    123123        RD_LIBS += \
    124                 $(USPACE_PATH)/lib/test/libtest.so.0 \
    125                 $(USPACE_PATH)/lib/c/libc.so.0 \
    126                 $(USPACE_PATH)/lib/softint/libsoftint.so.0
     124                $(USPACE_PATH)/lib/c/libc.so0 \
     125                $(USPACE_PATH)/lib/softint/libsofti.so0
    127126        RD_APPS += \
    128127                $(USPACE_PATH)/app/dltest/dltest
Note: See TracChangeset for help on using the changeset viewer.