rxtx / rxtx

rxtx - a Java cross platform wrapper library for the serial port
http://rxtx.github.io/rxtx/
Other
325 stars 131 forks source link

LibraryLoader: add armel/armhf support #9

Open alibabashack opened 11 years ago

alibabashack commented 11 years ago

Support for the ARM soft float (armel) and ARM hard float (armhf) abi targets was added to the build process. However the library loader was not updated yet, because the decission between armel/armhf abi at runtime is not trivial.

There is a discussion about the solution on the raspberry pi forum.

daveismith commented 8 years ago

Looks like the sun.arch.abi property is available in modern JVMs.

http://mail.openjdk.java.net/pipermail/porters-dev/2013-January/000437.html

on my Beaglebone Green, I see the following

sun.arch.abi=gnueabihf