Changeset 954c024 in mainline for uspace/app/tester


Ignore:
Timestamp:
2018-09-05T21:40:34Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8048d1
Parents:
79b39d0
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 15:27:05)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 21:40:34)
Message:

Get rid of libsoftint and libsoftfloat in favor of using upstream libgcc.

Location:
uspace/app/tester
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r79b39d0 r954c024  
    3030USPACE_PREFIX = ../..
    3131
    32 # TODO: softfloat testing should be done via unit tests.
    33 LIBS = block softfloat drv math
    34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX)
     32LIBS = block drv math
    3533
    3634BINARY = tester
     
    5755        float/float1.c \
    5856        float/float2.c \
    59         float/softfloat1.c \
    6057        vfs/vfs1.c \
    6158        ipc/ping_pong.c \
  • uspace/app/tester/tester.c

    r79b39d0 r954c024  
    6565#include "float/float1.def"
    6666#include "float/float2.def"
    67 #include "float/softfloat1.def"
    6867#include "vfs/vfs1.def"
    6968#include "ipc/ping_pong.def"
  • uspace/app/tester/tester.h

    r79b39d0 r954c024  
    9797extern const char *test_float1(void);
    9898extern const char *test_float2(void);
    99 extern const char *test_softfloat1(void);
    10099extern const char *test_vfs1(void);
    101100extern const char *test_ping_pong(void);
Note: See TracChangeset for help on using the changeset viewer.