brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.6k stars 462 forks source link

Don't apply ARM options to ARM64 builds #90

Open pprindeville opened 3 years ago

pprindeville commented 3 years ago

There's some invalid assumptions being made in the conditions of the Makefile when building for non-x86 (platforms, in particular that hardware floating-point doesn't exist, or even what the option to control this is called by the compiler).

This needs to be simplified and corrected.