diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 04:51:29 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 04:51:29 +0000 |
commit | b8e653bfbfeee7797e631d6d47cd9cddb7658e4b (patch) | |
tree | 7a0553a4184856af422e57dabbaec68bbe271502 /Config.in | |
parent | cd2663f15e74274619dd97dc382bb858ac255872 (diff) | |
download | busybox-w32-b8e653bfbfeee7797e631d6d47cd9cddb7658e4b.tar.gz busybox-w32-b8e653bfbfeee7797e631d6d47cd9cddb7658e4b.tar.bz2 busybox-w32-b8e653bfbfeee7797e631d6d47cd9cddb7658e4b.zip |
Reinstate CONFIG_CROSS_COMPILE_PREFIX
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -363,6 +363,16 @@ config LFS | |||
363 | cp, mount, tar, and many others. If you want to access files larger | 363 | cp, mount, tar, and many others. If you want to access files larger |
364 | than 2 Gigabytes, enable this option. Otherwise, leave it set to 'N'. | 364 | than 2 Gigabytes, enable this option. Otherwise, leave it set to 'N'. |
365 | 365 | ||
366 | config CROSS_COMPILER_PREFIX | ||
367 | string "Cross Compiler prefix" | ||
368 | default "" | ||
369 | help | ||
370 | If you want to build BusyBox with a cross compiler, then you | ||
371 | will need to set this to the cross-compiler prefix, for example, | ||
372 | "i386-uclibc-". Note that CROSS_COMPILE environment variable | ||
373 | or "make CROSS_COMPILE=xxx ..." will override this selection. | ||
374 | For native build leave it empty. | ||
375 | |||
366 | endmenu | 376 | endmenu |
367 | 377 | ||
368 | menu 'Debugging Options' | 378 | menu 'Debugging Options' |