diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-07 22:08:31 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-07 22:33:52 +0200 |
commit | 0bc7a43ff3297ecff969fe9f865ff34e3b88a39e (patch) | |
tree | ad561bb7ee5d780295087f1c7e8d5750e34ecc0e /Config.in | |
parent | 10eaccc2332b0366b10fbe7f0c4dc6c12332e130 (diff) | |
download | buildroot-novena-0bc7a43ff3297ecff969fe9f865ff34e3b88a39e.tar.gz buildroot-novena-0bc7a43ff3297ecff969fe9f865ff34e3b88a39e.zip |
remove BR2_FPU_SUFFIX
hard/softfloat is just one of the many config options, and it only
clutters the filenames.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -99,13 +99,6 @@ config BR2_STAGING_DIR Most people will leave this set to the default value of "$(BASE_DIR)/staging". -config BR2_FPU_SUFFIX - bool "Add '_nofpu' suffix for softfloat toolchains" - 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_GNU_BUILD_SUFFIX string "GNU build hostname suffix" default "pc-linux-gnu" |