Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-23 02:05:00 +0400
committerRob Landley <rob@landley.net>2006-06-23 02:05:00 +0400
commit1fa4a9448b4909fb6baf9953c14760f588b680bc (patch)
tree8826d70851922a008a0412609d3652d4828a7c8a /Config.in
parent67d49433930b2e2e9b5af54ebaca072a7b1b4eaa (diff)
Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Config.in b/Config.in
index eaa10b42e..b664508f6 100644
--- a/Config.in
+++ b/Config.in
@@ -307,15 +307,6 @@ config CROSS_COMPILER_PREFIX
then I would enter '/usr/i386-linux-uclibc/bin/i386-uclibc-' here,
which will ensure the correct compiler is used.
-config EXTRA_CFLAGS_OPTIONS
- string "Any extra CFLAGS options for the compiler?"
- default ""
- help
- Do you want to pass any extra CFLAGS options to the compiler as
- you build BusyBox? If so, this is the option for you... For example,
- if you want to add some simple compiler switches (like -march=i686),
- or check for warnings using -Werror, just those options here.
-
config CONFIG_BUILD_AT_ONCE
bool "Compile all sources at once"
default n