Changeset 8539cf2 in mainline for uspace/Makefile.common


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.