Lines Matching refs:build
12 dependencies required to build the GNU C Library. One may run the
50 code or you're cross-building, you could build and execute the benchmark in
51 separate steps. On the build system run:
53 $ make bench-build
55 and then copy the source and build directories to the target and run the
56 benchmarks from the build directory as usual:
61 otherwise the above command may try to build the benchmark again. Benchmarks
62 that require generated code to be executed during the build are skipped when
68 To build benchmarks as static executables, on the build system, run:
70 $ make STATIC-BENCHTESTS=yes bench-build
73 without copying the source nor build directories.