"Matwey V. Kornilov" <[email protected]> writes: > There is also currently common (in some packages) issue with gcc as > the following: > > [ 5803s] copymem_neon.o > [ 5803s] In file included from /usr/include/features.h:402:0, > [ 5803s] from ../../dist/system_wrappers/features.h:3, > [ 5803s] from /usr/include/stdint.h:25, > [ 5803s] from > /usr/lib/gcc/armv7hl-suse-linux-gnueabi/4.8/include/stdint.h:9, > [ 5803s] from ../../dist/system_wrappers/stdint.h:3, > [ 5803s] from > /usr/lib/gcc/armv7hl-suse-linux-gnueabi/4.8/include/arm_neon.h:39, > [ 5803s] from > /home/abuild/rpmbuild/BUILD/thunderbird/mozilla/media/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c:11: > [ 5803s] /usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: > No such file or directory > [ 5803s] # include <gnu/stubs-soft.h> > [ 5803s] > > Any ideas? Something is misconfigured in gcc probably.
The arm soft-float ABI is not supported. Remove any use of -mfloat-abi=soft. Andreas. -- Andreas Schwab, SUSE Labs, [email protected] GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
