Guest User

Untitled

a guest
Jan 19th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. /Volumes/dev/android-toolchain/ndk-install/android-14//bin/arm-linux-androideabi-g++ -DANDROID -Os -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -D__ARM_ARCH_7__ -D__ARM_ARCH_7A__ -I/Volumes/dev/android-toolchain/ndk-install/android-14//staging/armeabi-v7a/include -I/Volumes/dev/android-toolchain/ndk-install/android-14//staging/armeabi-v7a/include/android-14 -fexceptions -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -DANDROID -Os -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -D__ARM_ARCH_7__ -D__ARM_ARCH_7A__ -L/Volumes/dev/android-toolchain/ndk-install/android-14//staging/armeabi-v7a/lib -L/Volumes/dev/android-toolchain/ndk-install/android-14//staging/armeabi-v7a/lib/android-14 -shared -o ../../system/ImageLib-arm.so -Wl,--whole-archive CxImage/cximage.a raw/raw.a jbig/jbig.a \
  2. -Wl,--no-whole-archive -lpng -ljasper -ljpeg -ltiff -lz -Wl,--unresolved-symbols=ignore-all \
  3. `cat ../../xbmc/cores/DllLoader/exports/wrapper.def` \
  4. ../../xbmc/cores/DllLoader/exports/wrapper.o
Add Comment
Please, Sign In to add comment