pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: openssl: "architecture lacks an FPU" on Debian 12/armv7
gdt%lexort.com@localhost (Greg Troxel) writes:
>But the real fix is that RaspiOS for RPI2 should target hardfloat.
32bit Raspberry Pi OS is built for armv6 EABI with VFP2, which
is good for RPI0-3.
32bit Debian "arm-linux-gnu-eabihf" is built for armv7 EABI with VFP3, which
can run on RPI2-3 but not on RPI0-1.
There are other flavours of Debian:
"arm-linux-gnu": can run on armv6, old ABI, softfloat.
"arm-linux-gnueabi": can run on armv6, EABI, softfloat.
Home |
Main Index |
Thread Index |
Old Index