diff options
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b0d1504e9..2b1644e14 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1411,6 +1411,12 @@ config CROSS_COMPILER_PREFIX example, if you run 'arm-linux-uclibc-gcc' to compile something, then enter 'arm-linux-uclibc-' here. +config UCLIBC_EXTRA_CFLAGS + string "Enter any extra CFLAGS to use to build uClibc" + default "" + help + Add any additional CFLAGS to be used to build uClibc. + config DODEBUG bool "Build uClibc with debugging symbols" default n |