aarch64 Linux Hard float or soft float

蹲街弑〆低调 提交于 2021-01-03 16:53:06

问题


The linux system has arm64 having arm architecture armv8-a. How to know whether debian is running hard float or soft float?


回答1:


In compliance with AAPCS64, GNU GCC for armv8 only provides the hard float aarch64 toolchain. This is unlike GCC for armv7-a, which provides arm-linux-gnueabi soft float toolchain and arm-linux-gnueabihf hard float toolchain.



来源:https://stackoverflow.com/questions/61114429/aarch64-linux-hard-float-or-soft-float

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!