com.googlecode.javacpp.properties.android-arm.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacpp Show documentation
Show all versions of javacpp Show documentation
The missing bridge between Java and native C++
platform.name=android-arm
platform.root=../android/android-ndk-r8d/
path.separator=:
compiler.path=toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-g++
compiler.sysroot.prefix=--sysroot=
compiler.sysroot=platforms/android-9/arch-arm/
compiler.includepath.prefix=-I
compiler.includepath=sources/cxx-stl/gnu-libstdc++/4.6/include/:sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/
compiler.options=-march=armv5te -mtune=xscale -msoft-float
compiler.options.fastfpu=-march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mfpu=neon -ffast-math -Wl,--fix-cortex-a8
compiler.output.prefix=-Wl,-rpath,lib/ -DANDROID -ffunction-sections -funwind-tables -fstack-protector -funswitch-loops -finline-limit=300 -Wall -O3 -nodefaultlibs -fPIC -shared -Wl,--no-allow-shlib-undefined -s -o\u0020
compiler.linkpath.prefix=-L
compiler.linkpath=sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/
compiler.link.prefix=-l
compiler.link.suffix=
compiler.link=log:gnustl_static:gcc:dl:z:m:c
compiler.framework.prefix=-F
compiler.framework.suffix=
compiler.framework=
source.suffix=.cpp
library.prefix=lib
library.suffix=.so
© 2015 - 2024 Weber Informatics LLC | Privacy Policy