Changeset 928cd9e in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2011-05-01T10:29:56Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d4763b
Parents:
364778b2
Message:

Use shared softint library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r364778b2 r928cd9e  
    124124LINKER_SCRIPT ?= $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld
    125125else
    126 BASE_LIBS = $(LIBC_PREFIX)/libc.so.0 $(LIBSOFTINT_PREFIX)/libsoftint.a
     126BASE_LIBS = $(LIBC_PREFIX)/libc.so.0 $(LIBSOFTINT_PREFIX)/libsoftint.so.0
    127127LFLAGS = -Bdynamic
    128128LINKER_SCRIPT ?= $(LIBC_PREFIX)/arch/$(UARCH)/_link-dlexe.ld
Note: See TracChangeset for help on using the changeset viewer.