aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-22 13:27:14 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-22 13:27:14 +0000
commitf6107c7e885da0f952569252798b7fc6b4d46411 (patch)
treefd02e6e2f5e0890c9a4e9ea5587ef225e50ff78c /Config.in
parent498436586ef32d8751981aa3a2111fe978717b1f (diff)
downloadbusybox-w32-f6107c7e885da0f952569252798b7fc6b4d46411.tar.gz
busybox-w32-f6107c7e885da0f952569252798b7fc6b4d46411.tar.bz2
busybox-w32-f6107c7e885da0f952569252798b7fc6b4d46411.zip
- add CONFIG_EXTRA_CFLAGS (thanks to keesj)
This helps with remembering additional flags like e.g. cpu settings for people who did not configured their compiler to produce code for their cpu per default.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 4fd9d1111..fff6d83d5 100644
--- a/Config.in
+++ b/Config.in
@@ -411,6 +411,12 @@ config CROSS_COMPILER_PREFIX
411 411
412 Native builds leave this empty. 412 Native builds leave this empty.
413 413
414config EXTRA_CFLAGS
415 string "Additional CFLAGS"
416 default ""
417 help
418 Additional CFLAGS to pass to the compiler verbatim.
419
414endmenu 420endmenu
415 421
416menu 'Debugging Options' 422menu 'Debugging Options'