Libatomic builds a few functions for Arm with an explicit -march option. This option does not specify an FPU, which can lead to problems when targeting a hard-float or softfp environment since the architecture appears to be incompatible with the selected ABI. The fix is simple enough, just add +fp (the minimum floating point option) to the architecture. We don't use anything from the FP architecture, so it shouldn't really change anything; and if we are building for -mfloat-abi=soft the canonicalization process will remove the unnecessary fp attributes anyway. * Makefile.am: (IFUNC_OPTIONS): Set the architecture to -march=armv7-a+fp on Linux/Arm. * Makefile.in: Regenerated. From-SVN: r253935
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| config | Loading commit data... | |
| testsuite | Loading commit data... | |
| .gitignore | Loading commit data... | |
| ChangeLog | Loading commit data... | |
| Makefile.am | Loading commit data... | |
| Makefile.in | Loading commit data... | |
| acinclude.m4 | Loading commit data... | |
| aclocal.m4 | Loading commit data... | |
| auto-config.h.in | Loading commit data... | |
| cas_n.c | Loading commit data... | |
| configure | Loading commit data... | |
| configure.ac | Loading commit data... | |
| configure.tgt | Loading commit data... | |
| exch_n.c | Loading commit data... | |
| fadd_n.c | Loading commit data... | |
| fand_n.c | Loading commit data... | |
| fence.c | Loading commit data... | |
| fenv.c | Loading commit data... | |
| fior_n.c | Loading commit data... | |
| flag.c | Loading commit data... | |
| fnand_n.c | Loading commit data... | |
| fop_n.c | Loading commit data... | |
| fsub_n.c | Loading commit data... | |
| fxor_n.c | Loading commit data... | |
| gcas.c | Loading commit data... | |
| gexch.c | Loading commit data... | |
| glfree.c | Loading commit data... | |
| gload.c | Loading commit data... | |
| gstore.c | Loading commit data... | |
| host-config.h | Loading commit data... | |
| init.c | Loading commit data... | |
| libatomic.map | Loading commit data... | |
| libatomic_i.h | Loading commit data... | |
| load_n.c | Loading commit data... | |
| store_n.c | Loading commit data... | |
| tas_n.c | Loading commit data... |