Changeset 17e4aec in mainline


Ignore:
Timestamp:
2011-06-26T01:30:09Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3b653a
Parents:
de576907
Message:

libsoftfloat included into linker library list. Removed minor bug in Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/Makefile

    rde576907 r17e4aec  
    6767
    6868# Patched Makefile.common for ported user space applications.
    69 include $(COMMON_MAKEFILE_PATCHED)
     69-include $(COMMON_MAKEFILE_PATCHED)
    7070
    7171# Patch $PATH to intercept toolchain calls.
     
    9595# without including headers (which means that symbols are not prefixed).
    9696CONFOBJ_OBJECT = $(subst $(space),\ ,$(shell pwd))/confobj.o
     97
     98# Required by libposix on RISC platforms.
     99BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    97100
    98101# Map the HelenOS target to binutils target.
Note: See TracChangeset for help on using the changeset viewer.