Files
Arch-R/config
kszaq 07e83b2bca config: don't use mcpu switch for arm and aarch64
When compiling glibc for cortex-a9, the following errors appears:
cc1: error: switch -mcpu=cortex-a9 conflicts with -march=armv7-a switch [-Werror]

Using mcpu with march and mtune is not recommended and compiler emits
warnings/errors when mismatched.
2019-05-16 01:19:34 +02:00
..
2018-07-17 23:58:49 +02:00
2019-04-30 22:10:14 +01:00
2019-03-02 21:44:05 +00:00
2019-04-03 22:08:35 +02:00