Changeset 9d8b12da in mainline for uspace/app/tester/Makefile


Ignore:
Timestamp:
2017-11-08T22:43:39Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
378948d
Parents:
d2e7a51
Message:

Instead of setting MATH=y, just list 'math' in dependencies like a normal library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    rd2e7a51 r9d8b12da  
    3131
    3232# TODO: softfloat testing should be done via unit tests.
    33 LIBS = block softfloat drv
     33LIBS = block softfloat drv math
    3434EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX)
    3535
    3636BINARY = tester
    37 MATH = y
    3837
    3938SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.