Changeset 8539cf2 in mainline


Ignore:
Timestamp:
2016-04-15T17:35:39Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7bd30f
Parents:
87fa4a7
Message:

libsoftint name no longer needs to be abbreviated.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r87fa4a7 r8539cf2  
    159159        RD_LIBS += \
    160160                $(USPACE_PATH)/lib/c/libc.so.0 \
    161                 $(USPACE_PATH)/lib/softint/libsofti.so.0 \
     161                $(USPACE_PATH)/lib/softint/libsoftint.so.0 \
    162162                $(USPACE_PATH)/lib/math/libmath.so.0
    163163        RD_APPS += \
  • uspace/Makefile.common

    r87fa4a7 r8539cf2  
    203203        endif
    204204else
    205         BASE_LIBS = $(LIBC_PREFIX)/libc.so.0 $(LIBSOFTINT_PREFIX)/libsofti.so.0
     205        BASE_LIBS = $(LIBC_PREFIX)/libc.so.0 $(LIBSOFTINT_PREFIX)/libsoftint.so.0
    206206        LFLAGS += -Bdynamic
    207207        LINKER_SCRIPT ?= $(LIBC_PREFIX)/arch/$(UARCH)/_link-dlexe.ld
  • uspace/lib/softint/Makefile

    r87fa4a7 r8539cf2  
    3232LIBRARY = libsoftint
    3333SLIBRARY = libsoftint.so.0.0
    34 LSONAME = libsofti.so.0
     34LSONAME = libsoftint.so.0
    3535
    3636SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.