My problem is, I wrote a lib that replaces gnu.io (http://github.com/aploese/spsw/) for serial port access - so I must detect the real abi on all platforms, not just debian. Or is gnueabi outdated and thus needs no support at all?
Arne Am Donnerstag, den 08.02.2018, 13:22 +0100 schrieb John Paul Adrian Glaubitz: > Hi Arne! > > On 02/08/2018 11:01 AM, Arne Ploese wrote: > > there are some System properties, but on the debian arm platform > > "sun.arch.abi" is missing. > > This would give me the distiction between gnueabi and gnueabihf - > > wether I have hard or soft floating point. > > If you're running Hotspot natively and not the ZeroVM, you're always > on armhf as anything lower is supported by Zero only. > > Adrian >