From 11d496d1562084d4cdd5822d5ef8fc8c176233ea Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 14 Jul 2016 15:41:22 +0200 Subject: 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 --- target/Config.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'target/Config.in') diff --git a/target/Config.in b/target/Config.in index 6a29d53324..ee928143ff 100644 --- a/target/Config.in +++ b/target/Config.in @@ -117,12 +117,6 @@ config armeb select BIG_ENDIAN bool -config arm_v4 - bool - -config arm_v5 - bool - config arm_v6 bool -- cgit v1.2.3