Changeset 042fbe0 in mainline for uspace/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
  • uspace/Makefile.common

    re175d69 r042fbe0  
    130130LINKER_SCRIPT ?= $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld
    131131else
    132 BASE_LIBS = $(LIBC_PREFIX)/libc.so.0 $(LIBSOFTINT_PREFIX)/libsoftint.so.0
     132BASE_LIBS = $(LIBC_PREFIX)/libc.so0 $(LIBSOFTINT_PREFIX)/libsofti.so0
    133133LFLAGS = -Bdynamic
    134134LINKER_SCRIPT ?= $(LIBC_PREFIX)/arch/$(UARCH)/_link-dlexe.ld
Note: See TracChangeset for help on using the changeset viewer.