HomeSort by relevance Sort by last modified time
    Searched full:ldflags (Results 876 - 900 of 1516) sorted by null

<<31323334353637383940>>

  /external/python/cpython3/Lib/distutils/
msvc9compiler.py 603 ldflags = self.ldflags_shared_debug[1:]
605 ldflags = self.ldflags_shared[1:]
608 ldflags = self.ldflags_shared_debug
610 ldflags = self.ldflags_shared
616 ld_args = (ldflags + lib_opts + export_opts +
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py 613 ldflags = self.ldflags_shared_debug[1:]
615 ldflags = self.ldflags_shared[1:]
618 ldflags = self.ldflags_shared_debug
620 ldflags = self.ldflags_shared
626 ld_args = (ldflags + lib_opts + export_opts +
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvc9compiler.py 613 ldflags = self.ldflags_shared_debug[1:]
615 ldflags = self.ldflags_shared[1:]
618 ldflags = self.ldflags_shared_debug
620 ldflags = self.ldflags_shared
626 ld_args = (ldflags + lib_opts + export_opts +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 613 ldflags = self.ldflags_shared_debug[1:]
615 ldflags = self.ldflags_shared[1:]
618 ldflags = self.ldflags_shared_debug
620 ldflags = self.ldflags_shared
626 ld_args = (ldflags + lib_opts + export_opts +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 613 ldflags = self.ldflags_shared_debug[1:]
615 ldflags = self.ldflags_shared[1:]
618 ldflags = self.ldflags_shared_debug
620 ldflags = self.ldflags_shared
626 ld_args = (ldflags + lib_opts + export_opts +
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
x86-64.exp 528 proc undefined_weak {cflags ldflags} {
530 if { ![ string match "" $cflags$ldflags] } {
531 set testname "$testname ($cflags $ldflags)"
535 && ![ regexp "\-z nodynamic-undefined-weak" $ldflags] } {
565 "$ldflags tmpdir/libpr19704.so -R tmpdir" \
  /external/ImageMagick/
configure.ac 59 for var in CC CFLAGS CPPFLAGS CXX CXXCPP LDFLAGS LIBS ; do
410 if test -z "${LDFLAGS}" ; then
411 LDFLAGS="${im_cv_ld_lazyload}"
413 LDFLAGS="${im_cv_ld_lazyload} ${LDFLAGS}"
437 LDFLAGS="$LDFLAGS -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch i386"
    [all...]
  /external/valgrind/none/tests/
Makefile.in 216 ansi_LINK = $(CCLD) $(ansi_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
252 $(LDFLAGS) -o $@
263 $(AM_LDFLAGS) $(LDFLAGS) -o $@
311 $(AM_LDFLAGS) $(LDFLAGS) -o $@
319 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
342 $(LDFLAGS) -o $@
377 $(AM_LDFLAGS) $(LDFLAGS) -o $@
403 $(LDFLAGS) -o $@
426 $(LDFLAGS) -o $@
446 $(LDFLAGS) -o $
    [all...]
  /external/ImageMagick/www/
advanced-unix-installation.html 149 LDFLAGS = -lfreetype
170 <dt>LDFLAGS</dt>
179 configure CC=c99 CFLAGS=-O2 LDFLAGS='-L/usr/local/lib -R/usr/local/lib' LIBS=-lposix
182 <p>Any variable (e.g. CPPFLAGS or LDFLAGS) which requires a directory path must specify an absolute path rather than a relative path.</p>
422 <p>While <code>configure</code> is designed to ease installation of ImageMagick, it often discovers problems that would otherwise be encountered later when compiling ImageMagick. The configure script tests for headers and libraries by executing the compiler (CC) with the specified compilation flags (CFLAGS), pre-processor flags (CPPFLAGS), and linker flags (LDFLAGS). Any errors are logged to the file <code>config.log</code>. If configure fails to discover a header or library please review this log file to determine why, however, please be aware that *errors in the <code>config.log</code> are normal* because configure works by trying something and seeing if it fails. An error in <code>config.log</code> is only a problem if the test should have passed on your system.</p>
424 <p>Common causes of configure failures are: 1) a delegate header is not in the header include path (CPPFLAGS -I option); 2) a delegate library is not in the linker search/run path (LDFLAGS -L/-R option); 3) a delegate library is missing a function (old version?); or 4) compilation environment is faulty.</p>
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
78 LDFLAGS=
123 LDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS)
124 BLDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS)
157 CONFIG_ARGS= '--prefix=/Volumes/Android/buildbot/src/android/master-ndk/out/build/buildhost/darwin-x86_64/install/host-tools' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=x86_64-apple-darwin-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS='
454 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
525 $(CC) -o $(LDLIBRARY) $(LDFLAGS) -dynamiclib \
625 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
78 LDFLAGS=
123 LDSHARED= x86_64-linux-gnu-gcc -shared $(LDFLAGS)
124 BLDSHARED= x86_64-linux-gnu-gcc -shared $(LDFLAGS)
157 CONFIG_ARGS= '--prefix=/usr/local/google/buildbot/src/android/master-ndk/out/build/buildhost/linux-x86_64/install/host-tools' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS='
455 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
526 $(CC) -o $(LDLIBRARY) $(LDFLAGS) -dynamiclib \
626 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
78 LDFLAGS=
123 LDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS)
124 BLDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS)
157 CONFIG_ARGS= '--prefix=/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=x86_64-apple-darwin-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS='
454 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
525 $(CC) -o $(LDLIBRARY) $(LDFLAGS) -dynamiclib \
625 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
78 LDFLAGS=
123 LDSHARED= i686-linux-gnu-gcc -shared $(LDFLAGS)
124 BLDSHARED= i686-linux-gnu-gcc -shared $(LDFLAGS)
157 CONFIG_ARGS= '--prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86' '--build=x86_64-linux-gnu' '--host=i686-linux-gnu' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-linux-gnu' 'host_alias=i686-linux-gnu' 'CC=i686-linux-gnu-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS='
455 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
526 $(CC) -o $(LDLIBRARY) $(LDFLAGS) -dynamiclib \
626 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /external/valgrind/drd/tests/
Makefile.in 264 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
281 $(AM_LDFLAGS) $(LDFLAGS) -o $@
303 $(dlopen_lib_so_LDFLAGS) $(LDFLAGS) -o $@
316 $(AM_LDFLAGS) $(LDFLAGS) -o $@
334 $(LDFLAGS) -o $@
348 $(AM_LDFLAGS) $(LDFLAGS) -o $@
353 $(omp_matinv_LDFLAGS) $(LDFLAGS) -o $@
358 $(omp_prime_LDFLAGS) $(LDFLAGS) -o $@
363 $(omp_printf_LDFLAGS) $(LDFLAGS) -o $@
369 $(AM_LDFLAGS) $(LDFLAGS) -o $
    [all...]
  /external/valgrind/none/tests/amd64/
Makefile.in 218 $(LDFLAGS) -o $@
223 $(AM_LDFLAGS) $(LDFLAGS) -o $@
264 $(LDFLAGS) -o $@
275 $(AM_LDFLAGS) $(LDFLAGS) -o $@
280 $(LDFLAGS) -o $@
287 fma4_LINK = $(CCLD) $(fma4_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
293 $(LDFLAGS) -o $@
325 $(LDFLAGS) -o $@
330 $(LDFLAGS) -o $@
371 $(LDFLAGS) -o $
    [all...]
  /external/python/cpython3/
configure.ac 561 # The SGI_ABI variable can be used to modify the CC and LDFLAGS and
569 LDFLAGS="$SGI_ABI $LDFLAGS"
901 save_LDFLAGS="$LDFLAGS"
902 LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
908 LDFLAGS="$save_LDFLAGS"
936 LDFLAGS="${LDFLAGS} -march=armv7-a -Wl,--fix-cortex-a8"
1120 LDFLAGS="-pg $LDFLAGS
    [all...]
  /external/wpa_supplicant_8/hostapd/
Makefile 117 LDFLAGS += -rdynamic
360 LDFLAGS += $(DRV_AP_LDFLAGS)
1209 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS)
1216 $(Q)$(CC) $(LDFLAGS) -o hostapd_cli $(OBJS_c) $(LIBS_c)
1253 $(Q)$(CC) $(LDFLAGS) -o nt_password_hash $(NOBJS) $(LIBS_n)
1257 $(Q)$(CC) $(LDFLAGS) -o hlr_auc_gw $(HOBJS) $(LIBS_h)
  /device/generic/goldfish-opengl/
common.mk 103 LDFLAGS \
245 $$(call emugl-export,LDFLAGS,-ldl)
  /external/ImageMagick/m4/
ax_pthread.m4 23 # $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS
198 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
  /external/capstone/
Makefile 57 LDFLAGS += $(foreach arch,$(LIBARCHS),-arch $(arch))
475 $(CC) $(LDFLAGS) $($(LIBNAME)_LDFLAGS) $(LIBOBJ) -o $(LIBRARY)
  /external/google-breakpad/m4/
ax_pthread.m4 23 # $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS
178 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
  /external/google-breakpad/src/testing/gtest/m4/
acx_pthread.m4 28 dnl with $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS
156 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
  /external/googletest/googletest/m4/
acx_pthread.m4 28 dnl with $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS
156 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
  /external/ipsec-tools/src/include-glibc/
Makefile.in 91 LDFLAGS = @LDFLAGS@
  /external/libexif/binary/
Makefile.in 112 LDFLAGS = @LDFLAGS@

Completed in 1126 milliseconds

<<31323334353637383940>>