summaryrefslogtreecommitdiff
path: root/target/config/Config.in.system
blob: 7fa27a44bd033e239e49d7a824786d25e271a103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
source "target/config/Config.in.system.default"
comment "Architecture: arm"
comment "System: toolchain"

config ADK_TARGET_SYSTEM_TOOLCHAIN_ARM
	boolean
	select ADK_LINUX_ARM
	select ADK_arm
	select ADK_toolchain
	select ADK_TOOLCHAIN_ONLY
	select ADK_EABI
	select ADK_TARGET_NO_FPU
	default y