diff options
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in index 8282a9d4..d38e4c19 100644 --- a/config/target.in +++ b/config/target.in @@ -296,6 +296,11 @@ config TARGET_LDFLAGS Leave blank if you don't know better. +config ARCH_FLOAT + string + default "hard" if ARCH_FLOAT_HW + default "soft" if ARCH_FLOAT_SW + source "config.gen/arch.in.2" endmenu |