diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-01-20 01:16:09 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-01-20 01:16:09 +0000 |
commit | 56764601af17aa6fb8b70b714c6bd8bb1d9f4229 (patch) | |
tree | 6a33d8813395533c55129bf2dbfdfd2fcf944f13 /include/mntent.h | |
parent | e4355bd6bec89688e8c739cd7b4c76e675643dca (diff) | |
download | musl-56764601af17aa6fb8b70b714c6bd8bb1d9f4229.tar.gz |
fix dynamic linker path file selection for arm vs armhf
the __SOFTFP__ macro which was wrongly being used does not reflect the
ABI (arm vs armhf) but just the availability of floating point
instructions/registers, so -mfloat-abi=softfp was wrongly being
treated as armhf. __ARM_PCS_VFP is the correct predefined macro to
check for the armhf EABI variant. this macro usage was corrected for
the build process in commit 4918c2bb206bfaaf5a1f7d3448c2f63d5e2b7d56
but reloc.h was apparently overlooked at the time.
Diffstat (limited to 'include/mntent.h')
0 files changed, 0 insertions, 0 deletions