Sergio Durigan Junior commented:
When I was investigating this problem I had many links open to GCC docs and whatnot, but I closed all of those tabs now. Either way, using `-mfpu=vfpv3-d16` seems to be the best option here because, as explained here:
https://wiki.debian.org/ArmHardFloatPort/VfpComparison#FPU
it is the "common denominator" between all supported processors. So I don't think this changes the supported ARM hardware, no.
Also, the `ifeq (arm-linux-gnueabihf,$(DEB_HOST_GNU_TYPE))` should probably be `ifeq (armhf,$(DEB_HOST_ARCH))` (like it is in the original MR), because Debian doesn't support only Linux kernels.
Maybe @doko would like to chip in.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 113 |
Nodes: | 8 (1 / 7) |
Uptime: | 146:25:13 |
Calls: | 2,504 |
Calls today: | 1 |
Files: | 8,700 |
Messages: | 1,928,536 |