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

config ADK_soft_float
	bool

config ADK_hard_float
	bool

config ADK_TARGET_FLOAT
	string
	default "hard" if ADK_hard_float
	default "soft" if ADK_soft_float