Changeset 8539cf2 in mainline
- Timestamp:
- 2016-04-15T17:35:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7bd30f
- Parents:
- 87fa4a7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r87fa4a7 r8539cf2 159 159 RD_LIBS += \ 160 160 $(USPACE_PATH)/lib/c/libc.so.0 \ 161 $(USPACE_PATH)/lib/softint/libsofti .so.0 \161 $(USPACE_PATH)/lib/softint/libsoftint.so.0 \ 162 162 $(USPACE_PATH)/lib/math/libmath.so.0 163 163 RD_APPS += \ -
uspace/Makefile.common
r87fa4a7 r8539cf2 203 203 endif 204 204 else 205 BASE_LIBS = $(LIBC_PREFIX)/libc.so.0 $(LIBSOFTINT_PREFIX)/libsofti .so.0205 BASE_LIBS = $(LIBC_PREFIX)/libc.so.0 $(LIBSOFTINT_PREFIX)/libsoftint.so.0 206 206 LFLAGS += -Bdynamic 207 207 LINKER_SCRIPT ?= $(LIBC_PREFIX)/arch/$(UARCH)/_link-dlexe.ld -
uspace/lib/softint/Makefile
r87fa4a7 r8539cf2 32 32 LIBRARY = libsoftint 33 33 SLIBRARY = libsoftint.so.0.0 34 LSONAME = libsofti .so.034 LSONAME = libsoftint.so.0 35 35 36 36 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.