Lines Matching +full:build +full:- +full:cross +full:- +full:qemu
2 ----------------------
8 contributor-agreement.pdf. This is needed so upstreaming code
16 build/ - build directory (created by make).
17 math/ - math subproject sources.
18 math/include/ - math library public headers.
19 math/test/ - math test and benchmark related sources.
20 math/tools/ - tools used for designing the algorithms.
21 networking/ - networking subproject sources.
22 networking/include/ - networking library public headers.
23 networking/test/ - networking test and benchmark related sources.
24 string/ - string routines subproject sources.
25 string/include/ - string library public headers.
26 string/test/ - string test and benchmark related sources.
28 The steps to build the target libraries and run the tests:
37 ln -s path/to/src/Makefile Makefile
46 make all-math
47 make check-math
52 sudo apt-get install libmpfr-dev libmpc-dev
54 For cross build, CROSS_COMPILE should be set in config.mk and EMULATOR
55 should be set for cross testing (e.g. using qemu-user or remote access