Searched refs:enable_shared (Results 1 - 25 of 92) sorted by relevance

1234

/haiku-buildtools/gcc/libgcc/
H A Dsiditi-object.mk18 ifeq ($(enable_shared),yes)
H A Dfixed-obj.mk29 ifeq ($(enable_shared),yes)
H A DMakefile.in38 enable_shared = @enable_shared@
361 enable_shared := no
364 ifeq ($(enable_shared),yes)
374 ifneq ($(enable_shared),yes)
402 ifneq ($(enable_shared),yes)
463 ifeq ($(enable_shared),yes)
475 ifeq ($(enable_shared),yes)
499 ifeq ($(enable_shared),yes)
517 ifeq ($(enable_shared),ye
[all...]
/haiku-buildtools/gcc/libgcc/config/avr/
H A Dlib2-object.mk19 ifeq ($(enable_shared),yes)
/haiku-buildtools/gcc/libada/
H A DMakefile.in41 enable_shared = @enable_shared@
/haiku-buildtools/legacy/gcc/
H A Dconfigure.in269 if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
271 alpha*-dec-osf*) enable_shared=yes ;;
272 alpha*-*-linux*) enable_shared=yes ;;
273 mips-sgi-irix5*) enable_shared=yes ;;
274 *) enable_shared=no ;;
278 case "${enable_shared}" in
H A Dltconfig177 enable_shared=yes
264 --disable-shared) enable_shared=no ;;
1934 test "$can_build_shared" = "no" && enable_shared=no
1940 test "$enable_shared" = yes && enable_static=no
1948 test "$enable_shared" = yes && enable_static=no
1952 echo "$ac_t$enable_shared" 1>&6
1954 # Make sure either enable_shared or enable_static is yes.
1955 test "$enable_shared" = yes || enable_static=yes
1963 test "$enable_shared" = no; then
2546 build_libtool_libs=$enable_shared
[all...]
H A Dconfigure1335 if test -z "${enable_shared}"; then
1336 echo enable_shared = no >> ${Makefile}
1338 echo enable_shared = ${enable_shared} >> ${Makefile}
/haiku-buildtools/legacy/binutils/
H A Dlibtool.m4122 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
361 yes) enable_shared=yes ;;
362 no) enable_shared=no ;;
364 enable_shared=no
369 enable_shared=yes
375 enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
H A Dltconfig195 enable_shared=yes
355 --disable-shared) enable_shared=no ;;
1608 test "$can_build_shared" = "no" && enable_shared=no
1614 test "$enable_shared" = yes && enable_static=no
1622 test "$enable_shared" = yes && enable_static=no
1626 echo "$ac_t$enable_shared" 1>&6
1628 # Make sure either enable_shared or enable_static is yes.
1629 test "$enable_shared" = yes || enable_static=yes
1637 test "$enable_shared" = no; then
2299 build_libtool_libs=$enable_shared
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/
H A DMakefile.in173 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libatomic/testsuite/
H A DMakefile.in174 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libvtv/testsuite/
H A DMakefile.in152 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libvtv/testsuite/other-tests/
H A DMakefile.in149 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libmpx/mpxrt/
H A DMakefile.in189 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libmpx/mpxwrap/
H A DMakefile.in188 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libstdc++-v3/po/
H A DMakefile.in232 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libstdc++-v3/python/
H A DMakefile.in262 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libsanitizer/interception/
H A DMakefile.in180 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libmpx/
H A DMakefile.in195 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A DMakefile.in265 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libsanitizer/lsan/
H A DMakefile.in215 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libsanitizer/asan/
H A DMakefile.in224 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libsanitizer/
H A DMakefile.in215 enable_shared = @enable_shared@
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A DMakefile.in208 enable_shared = @enable_shared@

Completed in 197 milliseconds

1234