Changeset 7d27f422 in mainline for uspace/app/vterm/Makefile


Ignore:
Timestamp:
2012-08-17T10:09:51Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
568693b
Parents:
6d5e378
Message:

fix compilation on mips32, mips64 and ppc32 (libsoftrend requires libsoftfloat)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vterm/Makefile

    r6d5e378 r7d27f422  
    2929USPACE_PREFIX = ../..
    3030LIBS = $(LIBGUI_PREFIX)/libgui.a $(LIBDRAW_PREFIX)/libdraw.a \
    31         $(LIBSOFTREND_PREFIX)/libsoftrend.a $(LIBGRAPH_PREFIX)/libgraph.a
     31        $(LIBSOFTREND_PREFIX)/libsoftrend.a $(LIBGRAPH_PREFIX)/libgraph.a \
     32        $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    3233EXTRA_CFLAGS += -I$(LIBGUI_PREFIX) -I$(LIBDRAW_PREFIX) \
    3334        -I$(LIBSOFTREND_PREFIX) -I$(LIBGRAPH_PREFIX)
Note: See TracChangeset for help on using the changeset viewer.