diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-22 22:05:00 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-22 22:05:00 +0000 |
commit | cea94e58acf621723c4749e1cd4ae6ec5ceebeb4 (patch) | |
tree | 8826d70851922a008a0412609d3652d4828a7c8a /Config.in | |
parent | 995e00a2bf5676081792c67ee316300d2246ae57 (diff) | |
download | busybox-w32-cea94e58acf621723c4749e1cd4ae6ec5ceebeb4.tar.gz busybox-w32-cea94e58acf621723c4749e1cd4ae6ec5ceebeb4.tar.bz2 busybox-w32-cea94e58acf621723c4749e1cd4ae6ec5ceebeb4.zip |
Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
git-svn-id: svn://busybox.net/trunk/busybox@15483 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -307,15 +307,6 @@ config CROSS_COMPILER_PREFIX | |||
307 | then I would enter '/usr/i386-linux-uclibc/bin/i386-uclibc-' here, | 307 | then I would enter '/usr/i386-linux-uclibc/bin/i386-uclibc-' here, |
308 | which will ensure the correct compiler is used. | 308 | which will ensure the correct compiler is used. |
309 | 309 | ||
310 | config EXTRA_CFLAGS_OPTIONS | ||
311 | string "Any extra CFLAGS options for the compiler?" | ||
312 | default "" | ||
313 | help | ||
314 | Do you want to pass any extra CFLAGS options to the compiler as | ||
315 | you build BusyBox? If so, this is the option for you... For example, | ||
316 | if you want to add some simple compiler switches (like -march=i686), | ||
317 | or check for warnings using -Werror, just those options here. | ||
318 | |||
319 | config CONFIG_BUILD_AT_ONCE | 310 | config CONFIG_BUILD_AT_ONCE |
320 | bool "Compile all sources at once" | 311 | bool "Compile all sources at once" |
321 | default n | 312 | default n |