summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index ecbfb04c1..2e6a17b7a 100644
--- a/Config.in
+++ b/Config.in
@@ -599,6 +599,7 @@ menuconfig DEVEL
config BUILD_SUFFIX
string "Build suffix to append to the BUILD_DIR variable" if DEVEL
+ default "lexra" if lexra
default ""
help
Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
@@ -662,7 +663,7 @@ menuconfig TARGET_OPTIONS
config SOFT_FLOAT
bool "Use software floating point by default" if TARGET_OPTIONS
default y
- depends on (arm || armeb || powerpc || mipsel || mips) && !HAS_FPU
+ depends on (arm || armeb || powerpc || mipsel || mips || lexra) && !HAS_FPU
help
If your target CPU does not have a Floating Point Unit (FPU) or a
kernel FPU emulator, but you still wish to support floating point