Some libraries in the graphics SDK are going without source code (opengl, openvg, e.t.c), and are built with use of "-mfloat-abi=soft or -mfloat-abi=softfp" floating point ABI. I need these libraries built with "-mhard-float -mfloat-abi=hard -march=armv7-a -mfpu=neon" options. Where I can get or request needed libraries?
↧