summaryrefslogtreecommitdiff
path: root/target/config/Config.in.float.default
blob: 9a2a7ecb425fe2fd03dd747d722005fffa8f9cc9 (plain)
1
2
3
4
5
6
7
8
9
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

config ADK_TARGET_FLOAT
	string
	depends on !ADK_TARGET_ARCH_M68K
	default "hard" if ADK_TARGET_HARD_FLOAT
	default "soft" if ADK_TARGET_SOFT_FLOAT
	default "softfp" if ADK_TARGET_SOFTFP_FLOAT