/external/icu4c/config/ |
mh-darwin | 32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET)) 34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
|
/external/clang/tools/libclang/ |
CMakeLists.txt | 95 "-Wl,-compatibility_version -Wl,1 -Wl,-dead_strip")
|
Makefile | 41 LLVMLibsOptions += -Wl,-compatibility_version,1
|
/external/e2fsprogs/lib/ |
Makefile.darwin-lib | 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
|
/external/llvm/runtime/libprofile/ |
Makefile | 31 -Wl,-compatibility_version -Wl,1
|
/external/llvm/tools/lto/ |
Makefile | 38 -Wl,-compatibility_version -Wl,1
|
/external/chromium_org/third_party/icu/source/config/ |
mh-darwin | 28 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
|
/external/libpng/scripts/ |
makefile.darwin | 110 -current_version 0 -compatibility_version 0 \ 117 -current_version 3 -compatibility_version 3 \
|
/external/compiler-rt/make/ |
AppleBI.mk | 59 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 48 -Wl,-compatibility_version -Wl,1
|
/external/chromium_org/chrome/ |
chrome_dll_bundle.gypi | 25 # -compatibility_version and -current_version.
|
/external/libpcap/ |
Makefile.in | 123 -install_name $(libdir)/libpcap.0.dylib -compatibility_version `cat VERSION` \
|
/external/llvm/include/llvm/Support/ |
MachO.h | 385 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
|
/external/libvpx/libvpx/build/make/ |
Makefile | 284 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
|
/external/qemu/distrib/zlib-1.2.3/ |
configure | 99 LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER"};;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 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); \ 528 -compatibility_version $(VERSION) \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 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); \ 529 -compatibility_version $(VERSION) \ [all...] |
/external/chromium_org/third_party/mesa/src/bin/ |
mklib | 770 OPTS="${ARCHOPT} -dynamiclib -multiply_defined suppress -current_version ${MAJOR}.${MINOR}.0 -compatibility_version ${MAJOR}.${MINOR}.0 -install_name ${ID}"
|
/external/clang/tools/scan-build/ |
ccc-analyzer | 366 '-compatibility_version' => 1,
|
/external/mesa3d/bin/ |
mklib | 770 OPTS="${ARCHOPT} -dynamiclib -multiply_defined suppress -current_version ${MAJOR}.${MINOR}.0 -compatibility_version ${MAJOR}.${MINOR}.0 -install_name ${ID}"
|
/external/zlib/src/ |
configure | 219 LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"}
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcode_emulation.py | 625 ldflags, 'DYLIB_COMPATIBILITY_VERSION', '-compatibility_version %s') [all...] |
xcodeproj_file.py | [all...] |
/external/clang/include/clang/Driver/ |
Options.td | 289 def compatibility__version : JoinedOrSeparate<["-"], "compatibility_version">; [all...] |
/external/chromium/sdch/open-vcdiff/ |
ltmain.sh | [all...] |