I have some source code that I would like to distribute as a binary to users so they don't have to wait for about 20 mins for it to compile. However, I am a bit confused about hard and soft float binaries.
- How can I know whether a binary is soft or hard float?
- Is there some sort of compiler flag I could use to compile soft/hard float binaries (eg sf on hf system and vice versa).
- Will my soft float binary run on a hf system (i.e. Raspbian)?
- Is there some way that I could make a binary that runs hf on a hard float system, and sf on soft float?