summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-10-18 14:38:26 +0200
committerUlf Samuelsson2007-10-18 14:38:26 +0200
commit3c2739182bc781f1b6f13dfb97ab653e5236f6d9 (patch)
treeea6de39aea635896e2a1d1409c24f6dc1433fd87 /Config.in
parentUse default linux kernel name (diff)
downloadbuildroot-3c2739182bc781f1b6f13dfb97ab653e5236f6d9.tar.gz
buildroot-3c2739182bc781f1b6f13dfb97ab653e5236f6d9.tar.xz
buildroot-3c2739182bc781f1b6f13dfb97ab653e5236f6d9.zip
Allow to remove _nofpu from directories and images
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 4a5f99a3d..5bc4e3615 100644
--- a/Config.in
+++ b/Config.in
@@ -84,6 +84,14 @@ config BR2_STAGING_DIR
Most people will leave this set to the default value of
"$(BUILD_DIR)/staging_dir".
+config BR2_FPU_SUFFIX
+ bool "Add '_nofpu' suffix for softfloat toolchains"
+ default n
+ help
+ If the toolchain is configured to use softfloat, then
+ the "_nofpu" suffix will be added to the toolchain build
+ directory name and to any rootfs image name
+
config BR2_TOPDIR_PREFIX
string "Custom build dir prefix"
default ""