OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=44
16 lines
686 B
Diff
16 lines
686 B
Diff
Index: build/make/configure.sh
|
|
===================================================================
|
|
--- build/make/configure.sh.orig
|
|
+++ build/make/configure.sh
|
|
@@ -789,8 +789,8 @@ process_common_toolchain() {
|
|
check_add_asflags --defsym ARCHITECTURE=${arch_int}
|
|
tune_cflags="-mtune="
|
|
if [ ${tgt_isa} == "armv7" ]; then
|
|
- check_add_cflags -march=armv7-a -mfloat-abi=softfp
|
|
- check_add_asflags -march=armv7-a -mfloat-abi=softfp
|
|
+ check_add_cflags -march=armv7-a -mfloat-abi=hard
|
|
+ check_add_asflags -march=armv7-a -mfloat-abi=hard
|
|
|
|
if enabled neon
|
|
then
|