summaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-14 15:41:22 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-15 14:14:37 +0200
commit11d496d1562084d4cdd5822d5ef8fc8c176233ea (patch)
treef8ba3683218a3db3d3b9b965c10bfe3f0ce5a8b2 /target/Config.in
parent8e2764ce9bb6716acb955a0c27d8db291d68650c (diff)
downloadmaster-31e0f0ae-11d496d1562084d4cdd5822d5ef8fc8c176233ea.tar.gz
master-31e0f0ae-11d496d1562084d4cdd5822d5ef8fc8c176233ea.tar.bz2
master-31e0f0ae-11d496d1562084d4cdd5822d5ef8fc8c176233ea.zip
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>
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in6
1 files changed, 0 insertions, 6 deletions
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