Lines Matching +full:build +full:- +full:in +full:- +full:qemu
2 ----------------------
6 license, at the user’s election, as reflected in the LICENSE file.
8 to sign an Assignment Agreement, please follow the instructions in
9 contributor-agreement.pdf. This is needed so upstreaming code
11 contribution requirements are documented in README.contributors of
19 build/ - build directory (created by make).
20 math/ - math subproject sources.
21 math/include/ - math library public headers.
22 math/test/ - math test and benchmark related sources.
23 math/tools/ - tools used for designing the algorithms.
24 networking/ - networking subproject sources.
25 networking/include/ - networking library public headers.
26 networking/test/ - networking test and benchmark related sources.
27 string/ - string routines subproject sources.
28 string/include/ - string library public headers.
29 string/test/ - string test and benchmark related sources.
30 pl/... - separately maintained performance library code.
32 The steps to build the target libraries and run the tests:
41 ln -s path/to/src/Makefile Makefile
50 make all-math
51 make check-math
56 sudo apt-get install libmpfr-dev libmpc-dev
58 For cross build, CROSS_COMPILE should be set in config.mk and EMULATOR
59 should be set for cross testing (e.g. using qemu-user or remote access
60 to a target machine), see the examples in config.mk.dist.