target.mk: rework arm architecture level detection
Use kernel config as input instead of -march CFLAGS. With this change, -march can be dropped and replaced with more specific optimization flags for better code generation. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -117,12 +117,6 @@ config armeb
|
||||
select BIG_ENDIAN
|
||||
bool
|
||||
|
||||
config arm_v4
|
||||
bool
|
||||
|
||||
config arm_v5
|
||||
bool
|
||||
|
||||
config arm_v6
|
||||
bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user