Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 203) sorted by relevance

123456789

/glibc-2.36/timezone/
DMakefile75 define build-testdata
99 $(build-testdata)
103 $(build-testdata)
107 $(build-testdata)
115 $(build-testdata)
117 $(build-testdata)
119 $(build-testdata)
121 $(build-testdata)
/glibc-2.36/
Dconfig.make.in27 # Should we use and build ldconfig?
89 build-shared = @shared@
90 build-profile = @profile@
91 build-static-nss = @static_nss@
94 build-crypt = @build_crypt@
95 build-nscd = @build_nscd@
97 build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
98 build-pt-chown = @build_pt_chown@
Dextra-lib.mk18 ifneq (,$(filter yes%,$(build-shared)$($(lib).so-version)))
55 ifeq (yes,$(build-shared))
76 $$(build-extra-lib)
87 $(build-extra-lib)
95 $(build-extra-lib)
98 ifeq ($(build-shared),yes)
DINSTALL17 build it in a separate build directory. For example, if you have
19 directory '/src/gnu/glibc-build' to put the object files in. This
20 allows removing the whole build directory in case an error occurs, which
28 Please note that even though you're building in a separate build
45 build system for particular files, such as for optimization and
91 example, you can't build a shared libc with old binutils.
94 With '--with-default-link', the build system does not use a custom
100 Use additional compiler flags CFLAGS to build the parts of the
103 contained in 'lib*_nonshared.a' libraries). The build process will
116 Use additional compiler flags CFLAGS to build the early startup
[all …]
DMakeconfig43 $(error objdir must be defined by the build-directory Makefile)
118 # Decide whether we shall build the programs or not. We always do this
121 ifndef build-programs
123 build-programs=yes
125 build-programs=no
374 ifeq (no,$(build-pie-default))
376 else # build-pie-default
392 endif # build-pie-default
474 ifeq (yes,$(build-shared))
478 ifeq (yes,$(build-pie-default))
[all …]
DMakerules89 # so it is best to build them first (and mach before hurd, at that).
96 ifeq ($(build-shared),yes)
116 endif # $(build-shared) = yes
127 # in the glibc build directory so that stdlib/stdlib.h and math/math.h
161 ifeq (yes,$(build-shared))
231 # The generated .py files go in the submodule's dir in the glibc build dir.
242 # if the build process terminates prematurely, re-running Make
268 # may lead to build hang on a many-core machine.
292 ifeq (yes,$(build-shared))
476 # Modify the list of routines we build for different targets
[all …]
Dconfigure.ac49 if test $host != $build; then
85 AC_MSG_ERROR([you must configure in a separate build directory])
158 dnl Additional build flags injection.
161 [build nonshared libraries with additional CFLAGS]),
167 [build early initialization with additional CFLAGS]),
187 [build shared library @<:@default=yes if GNU ld@:>@]),
192 [build profiled library @<:@default=no@:>@]),
197 [Do not build glibc programs and the testsuite as PIE @<:@default=no@:>@]),
249 [build static NSS modules @<:@default=no@:>@]),
252 dnl Enable static NSS also if we build no shared objects.
[all …]
/glibc-2.36/misc/
Dtst-tsearch.c50 build, enumerator
292 case build: in mangle_tree()
310 if (what == build || i < lag) in mangle_tree()
360 mangle_tree (ascending, build, &root, 0); in do_test()
367 mangle_tree (ascending, build, &root, 0); in do_test()
371 mangle_tree (ascending, build, &root, 0); in do_test()
375 mangle_tree (descending, build, &root, 0); in do_test()
382 mangle_tree (descending, build, &root, 0); in do_test()
386 mangle_tree (descending, build, &root, 0); in do_test()
390 mangle_tree (randomorder, build, &root, 0); in do_test()
/glibc-2.36/manual/
Dinstall.texi35 @Theglibc{} cannot be compiled in the source directory. You must build
36 it in a separate build directory. For example, if you have unpacked
39 @file{/src/gnu/glibc-build} to put the object files in. This allows
40 removing the whole build directory in case an error occurs, which is
50 Please note that even though you're building in a separate build
68 that may be overridden by the @glibcadj{} build system for particular
117 usable, but functionality may be lost---for example, you can't build a
121 With @code{--with-default-link}, the build system does not use a custom
127 Use additional compiler flags @var{cflags} to build the parts of the
130 in @file{lib*_nonshared.a} libraries). The build process will
[all …]
DREADME.pretty-printers52 build process, and need to be in the Python search path when loading the
75 '/path/to/glibc-build/submodule', where 'submodule' is e.g. nptl.
94 (Remember to share the build system's filesystem with the glibc host's through
97 Running 'make check' on a cross build will only compile the test programs,
119 3. Write the unit tests for your pretty printers. The build system calls each
/glibc-2.36/benchtests/
DREADME12 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
[all …]
/glibc-2.36/nscd/
DMakefile41 ifeq ($(build-nscd)$(have-thread-library),yesyes)
84 ifeq (yesyes,$(have-fpie)$(build-shared))
88 ifeq (yesyes,$(have-fpie)$(build-shared))
99 ifeq ($(build-shared),yes)
/glibc-2.36/sunrpc/
DMakefile49 ifeq ($(build-shared),yes)
77 ifeq (yes,$(build-shared))
86 ifeq (yes,$(build-shared))
122 ifeq (yes,$(build-shared))
/glibc-2.36/nss/
DMakefile87 ifeq (yes,$(build-shared))
144 ifeq ($(build-static-nss),yes)
183 $(build-module)
185 $(build-module)
187 $(build-module)
/glibc-2.36/login/
DMakefile37 ifeq (yes,$(build-pt-chown))
68 ifeq (yesyes,$(have-fpie)$(build-shared))
76 ifeq (yesyes,$(have-fpie)$(build-shared))
/glibc-2.36/sysdeps/powerpc/
DMakefile20 ifeq (yes,$(build-shared))
36 ifeq (yes,$(build-shared))
43 ifeq (yes,$(build-shared))
/glibc-2.36/dlfcn/
DMakefile46 ifeq ($(build-shared),yes)
51 ifeq (yes,$(build-shared))
66 ifeq (yes,$(build-shared))
94 ifeq ($(build-shared),yes)
/glibc-2.36/nptl/
DMakefile372 ifeq ($(build-shared)$(build-hardcoded-path-in-tests),yesno)
386 ifeq ($(build-shared),yes)
407 ifeq ($(build-shared),yes)
421 ifeq ($(build-shared),yes)
454 ifeq ($(build-shared),yes)
471 ifeq (yes,$(build-shared))
535 ifeq ($(build-shared),yes)
548 ifeq ($(build-shared),yes)
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
DMakefile13 ifeq (yes,$(build-shared))
25 ifeq (yes,$(build-shared))
/glibc-2.36/sysdeps/powerpc/powerpc32/
DMakefile26 ifeq (yes,$(build-shared))
36 ifeq (yes,$(build-shared))
/glibc-2.36/grp/
DMakefile38 ifeq (yes,$(build-shared))
64 ifeq (yes,$(build-shared))
/glibc-2.36/sysdeps/pthread/
DMakefile157 ifeq ($(build-shared),yes)
190 ifeq ($(build-shared),yes)
204 ifeq ($(build-shared),yes)
258 ifeq ($(build-shared),yes)
264 ifeq ($(build-shared),yes)
300 ifeq ($(build-shared),yes)
/glibc-2.36/posix/
DMakefile115 ifeq ($(have-GLIBC_2.26)$(build-shared),yesyes)
121 ifeq ($(have-GLIBC_2.14)$(build-shared),yesyes)
131 ifeq (yes,$(build-shared))
135 ifeq (yesyes,$(build-shared)$(have-thread-library))
162 ifeq (yes,$(build-shared))
184 ifeq (yes,$(build-shared))
/glibc-2.36/sysdeps/mach/hurd/
DMakefile111 ifeq (yes,$(build-profile))
155 $(build-shlib-helper) \
158 $(build-shlib-objlist)
/glibc-2.36/elf/
DMakefile97 ifeq (yesyes,$(build-shared)$(run-built-tests))
196 ifeq ($(build-shared),yes)
200 ifeq (yes,$(build-shared))
223 ifeq (yes,$(build-shared))
245 ifeq ($(build-shared),yes)
253 $(build-module-asneeded)
302 ifeq (no,$(build-hardcoded-path-in-tests))
328 ifeq (yes,$(build-shared))
1024 ifeq (yesyes,$(have-fpie)$(build-shared))
1068 ifeq (yes,$(build-shared))
[all …]

123456789