Makefile: do not add to targets common dependencies
[buildroot-gz.git] / Config.in
blobbf1ca864d6caa5a66b88c81171d648c18983ebb1
3 mainmenu "Buildroot $BR2_VERSION Configuration"
5 config BR2_HAVE_DOT_CONFIG
6         bool
7         default y
9 config BR2_VERSION
10         string
11         option env="BR2_VERSION_FULL"
13 config BR2_HOSTARCH
14         string
15         option env="HOSTARCH"
17 config BR2_EXTERNAL
18         string
19         option env="BR2_EXTERNAL"
21 # Hidden boolean selected by packages in need of Java in order to build
22 # (example: xbmc)
23 config BR2_NEEDS_HOST_JAVA
24         bool
26 # Hidden boolean selected by packages in need of javac in order to build
27 # (example: classpath)
28 config BR2_NEEDS_HOST_JAVAC
29         bool
31 # Hidden boolean selected by packages in need of jar in order to build
32 # (example: classpath)
33 config BR2_NEEDS_HOST_JAR
34         bool
36 # Hidden boolean selected by pre-built packages for x86, when they
37 # need to run on x86-64 machines (example: pre-built external
38 # toolchains, binary tools like SAM-BA, etc.).
39 config BR2_HOSTARCH_NEEDS_IA32_LIBS
40         bool
42 # Hidden boolean selected by packages that need to build 32 bits
43 # binaries with the host compiler, even on 64 bits build machines (e.g
44 # bootloaders).
45 config BR2_HOSTARCH_NEEDS_IA32_COMPILER
46         bool
48 source "arch/Config.in"
50 menu "Build options"
52 menu "Commands"
54 config BR2_WGET
55         string "Wget command"
56         default "wget --passive-ftp -nd -t 3"
58 config BR2_SVN
59         string "Subversion (svn) command"
60         default "svn"
62 config BR2_BZR
63         string "Bazaar (bzr) command"
64         default "bzr"
66 config BR2_GIT
67         string "Git command"
68         default "git"
70 config BR2_CVS
71         string "CVS command"
72         default "cvs"
74 config BR2_LOCALFILES
75         string "Local files retrieval command"
76         default "cp"
78 config BR2_SCP
79         string "Secure copy (scp) command"
80         default "scp"
82 config BR2_SSH
83         string "Secure shell (ssh) command"
84         default "ssh"
86 config BR2_HG
87         string "Mercurial (hg) command"
88         default "hg"
90 config BR2_ZCAT
91         string "zcat command"
92         default "gzip -d -c"
93         help
94           Command to be used to extract a gzip'ed file to stdout.
95           zcat is identical to gunzip -c except that the former may
96           not be available on your system.
97           Default is "gzip -d -c"
98           Other possible values include "gunzip -c" or "zcat".
100 config BR2_BZCAT
101         string "bzcat command"
102         default "bzcat"
103         help
104           Command to be used to extract a bzip2'ed file to stdout.
105           bzcat is identical to bunzip2 -c except that the former may
106           not be available on your system.
107           Default is "bzcat"
108           Other possible values include "bunzip2 -c" or "bzip2 -d -c".
110 config BR2_XZCAT
111         string "xzcat command"
112         default "xzcat"
113         help
114           Command to be used to extract a xz'ed file to stdout.
115           Default is "xzcat"
117 config BR2_TAR_OPTIONS
118         string "Tar options"
119         default ""
120         help
121           Options to pass to tar when extracting the sources.
122           E.g. " -v --exclude='*.svn*'" to exclude all .svn internal files
123           and to be verbose.
125 endmenu
127 config BR2_DEFCONFIG_FROM_ENV
128         string
129         option env="BR2_DEFCONFIG"
131 config BR2_DEFCONFIG
132         string "Location to save buildroot config"
133         default BR2_DEFCONFIG_FROM_ENV if BR2_DEFCONFIG_FROM_ENV != ""
134         default "$(CONFIG_DIR)/defconfig"
135         help
136           When running 'make savedefconfig', the defconfig file will be saved
137           in this location.
139 config BR2_DL_DIR
140         string "Download dir"
141         default "$(TOPDIR)/dl"
142         help
143           Directory to store all the source files that we need to fetch.
144           If the Linux shell environment has defined the BR2_DL_DIR
145           environment variable, then this overrides this configuration item.
147           The default is $(TOPDIR)/dl
149 config BR2_HOST_DIR
150         string "Host dir"
151         default "$(BASE_DIR)/host"
152         help
153           Directory to store all the binary files that are built for the host.
154           This includes the cross compilation toolchain when building the
155           internal buildroot toolchain.
157           The default is $(BASE_DIR)/host
159 menu "Mirrors and Download locations"
161 config BR2_PRIMARY_SITE
162         string "Primary download site"
163         default ""
164         help
165           Primary site to download from. If this option is set then buildroot
166           will try to download package source first from this site and try the
167           default if the file is not found.
168           Valid URIs are URIs recognized by $(WGET) and scp URIs of the form
169           scp://[user@]host:path.
170           NOTE: This works for all packages using the central package
171           infrastructure (generic, autotools, cmake, ...)
173 config BR2_PRIMARY_SITE_ONLY
174         bool "Only allow downloads from primary download site"
175         depends on BR2_PRIMARY_SITE != ""
176         help
177           If this option is enabled, downloads will only be attempted
178           from the primary download site. Other locations, like the
179           package's official download location or the backup download
180           site, will not be considered. Therefore, if the package is
181           not present on the primary site, the download fails.
183           This is useful for project developers who want to ensure
184           that the project can be built even if the upstream tarball
185           locations disappear.
187 if !BR2_PRIMARY_SITE_ONLY
189 config BR2_BACKUP_SITE
190         string "Backup download site"
191         default "http://sources.buildroot.net"
192         help
193           Backup site to download from. If this option is set then buildroot
194           will fall back to download package sources from here if the
195           normal location fails.
197 config BR2_KERNEL_MIRROR
198         string "Kernel.org mirror"
199         default "https://www.kernel.org/pub"
200         help
201           kernel.org is mirrored on a number of servers around the world.
202           The following allows you to select your preferred mirror.
204           Have a look on the kernel.org site for a list of mirrors, then enter
205           the URL to the base directory.  Examples:
207              http://www.XX.kernel.org/pub (XX = country code)
208              http://mirror.aarnet.edu.au/pub/ftp.kernel.org
210 config BR2_GNU_MIRROR
211         string "GNU Software mirror"
212         default "http://ftp.gnu.org/pub/gnu"
213         help
214           GNU has multiple software mirrors scattered around the world.
215           The following allows you to select your preferred mirror.
217           Have a look on the gnu.org site for a list of mirrors, then enter
218           the URL to the base directory.  Examples:
220              http://ftp.gnu.org/pub/gnu
221              http://mirror.aarnet.edu.au/pub/gnu
223 config BR2_DEBIAN_MIRROR
224         string "Debian Software mirror"
225         default "http://ftp.debian.org"
226         help
227           Debian has multiple software mirrors scattered around the world.
228           The following allows you to select your preferred mirror.
230           Usually, just add your country code like XX here:
231           http://ftp.XX.debian.org
233 endif
235 config BR2_LUAROCKS_MIRROR
236         string "LuaRocks mirror"
237         default "http://luarocks.org/repositories/rocks"
238         help
239           LuaRocks repository.
241           See http://luarocks.org
243 config BR2_CPAN_MIRROR
244         string "CPAN mirror (Perl packages)"
245         default "http://search.cpan.org/CPAN"
246         help
247           CPAN (Comprehensive Perl Archive Network) is a repository
248           of Perl packages. It has multiple software mirrors scattered
249           around the world. This option allows you to select a mirror.
251           The list of mirrors is available at:
252           http://search.cpan.org/mirror
254 endmenu
256 config BR2_JLEVEL
257         int "Number of jobs to run simultaneously (0 for auto)"
258         default "0"
259         help
260           Number of jobs to run simultaneously.  If 0, determine
261           automatically according to number of CPUs on the host
262           system.
264 config BR2_CCACHE
265         bool "Enable compiler cache"
266         help
267           This option will enable the use of ccache, a compiler
268           cache. It will cache the result of previous builds to speed
269           up future builds. By default, the cache is stored in
270           $HOME/.buildroot-ccache.
272           Note that Buildroot does not try to invalidate the cache
273           contents when the compiler changes in an incompatible
274           way. Therefore, if you make a change to the compiler version
275           and/or configuration, you are responsible for purging the
276           ccache cache by removing the $HOME/.buildroot-ccache
277           directory.
279 if BR2_CCACHE
281 config BR2_CCACHE_DIR
282         string "Compiler cache location"
283         default "$(HOME)/.buildroot-ccache"
284         help
285           Where ccache should store cached files.
287 config BR2_CCACHE_INITIAL_SETUP
288         string "Compiler cache initial setup"
289         help
290           Initial ccache settings to apply, such as --max-files or --max-size.
292           For example, if your project is known to require more space than the
293           default max cache size, then you might want to increase the cache size
294           to a suitable amount using the -M (--max-size) option.
296           The string you specify here is passed verbatim to ccache.  Refer to
297           ccache documentation for more details.
299           These initial settings are applied after ccache has been compiled.
301 endif
303 config BR2_DEPRECATED
304         bool "Show packages that are deprecated or obsolete"
305         help
306           This option hides outdated/obsolete versions of packages.
308 if BR2_DEPRECATED
310 config BR2_DEPRECATED_SINCE_2013_11
311         bool
312         default y
314 config BR2_DEPRECATED_SINCE_2014_02
315         bool
316         default y
318 config BR2_DEPRECATED_SINCE_2014_05
319         bool
320         default y
322 endif
324 config BR2_ENABLE_DEBUG
325         bool "build packages with debugging symbols"
326         help
327           Build packages with debugging symbols enabled. All libraries
328           and binaries in the 'staging' directory will have debugging
329           symbols, which allows remote debugging even if libraries and
330           binaries are stripped on the target. Whether libraries and
331           binaries are stripped on the target is controlled by the
332           BR2_STRIP_* options below.
334 if BR2_ENABLE_DEBUG
335 choice
336         prompt "gcc debug level"
337         default BR2_DEBUG_2
338         help
339           Set the debug level for gcc
341 config BR2_DEBUG_1
342         bool "debug level 1"
343         help
344           Debug level 1 produces minimal information, enough
345           for making backtraces in parts of the program that
346           you don't plan to debug. This includes descriptions
347           of functions and external variables, but no information
348           about local variables and no line numbers.
350 config BR2_DEBUG_2
351         bool "debug level 2"
352         help
353           The default gcc debug level is 2
355 config BR2_DEBUG_3
356         bool "debug level 3"
357         help
358           Level 3 includes extra information, such as all the
359           macro definitions present in the program. Some debuggers
360           support macro expansion when you use -g3.
361 endchoice
362 endif
364 choice
365         prompt "strip command for binaries on target"
366         default BR2_STRIP_strip
368 config BR2_STRIP_strip
369         bool "strip"
370         depends on !BR2_PACKAGE_HOST_ELF2FLT
371         help
372           Binaries and libraries in the target filesystem will be
373           stripped using the normal 'strip' command. This allows to
374           save space, mainly by removing debugging symbols. Debugging
375           symbols on the target are needed for native debugging, but
376           not when remote debugging is used.
378 config BR2_STRIP_sstrip
379         bool "sstrip"
380         select BR2_PACKAGE_SSTRIP_HOST
381         depends on !BR2_PACKAGE_HOST_ELF2FLT
382         depends on BR2_DEPRECATED_SINCE_2014_05
383         help
384           Binaries and libraries in the target filesystem will be
385           stripped using the 'sstrip' command, which strips a little
386           bit more than the traditional 'strip' command. This allows to
387           save space, mainly by removing debugging symbols. Debugging
388           symbols on the target are needed for native debugging, but
389           not when remote debugging is used.
391 config BR2_STRIP_none
392         bool "none"
393         help
394           Do not strip binaries and libraries in the target
395           filesystem.
396 endchoice
398 config BR2_STRIP_EXCLUDE_FILES
399         string "executables that should not be stripped"
400         depends on !BR2_STRIP_none
401         default ""
402         help
403           You may specify a space-separated list of binaries and libraries
404           here that should not be stripped on the target.
406 config BR2_STRIP_EXCLUDE_DIRS
407         string "directories that should be skipped when stripping"
408         depends on !BR2_STRIP_none
409         default ""
410         help
411           You may specify a space-separated list of directories that should
412           be skipped when stripping. Binaries and libraries in these
413           directories will not be touched.
414           The directories should be specified relative to the target directory,
415           without leading slash.
417 choice
418         prompt "gcc optimization level"
419         default BR2_OPTIMIZE_S
420         help
421           Set the optimization level for gcc
423 config BR2_OPTIMIZE_0
424         bool "optimization level 0"
425         help
426           Do not optimize. This is the default.
428 config BR2_OPTIMIZE_1
429         bool "optimization level 1"
430         help
431           Optimize. Optimizing compilation takes somewhat more time,
432           and a lot more memory for a large function. With -O, the
433           compiler tries to reduce code size and execution time,
434           without performing any optimizations that take a great deal
435           of compilation time. -O turns on the following optimization
436           flags: -fdefer-pop -fdelayed-branch -fguess-branch-probability
437           -fcprop-registers -floop-optimize -fif-conversion
438           -fif-conversion2 -ftree-ccp -ftree-dce -ftree-dominator-opts
439           -ftree-dse -ftree-ter -ftree-lrs -ftree-sra -ftree-copyrename
440           -ftree-fre -ftree-ch -funit-at-a-time -fmerge-constants
441           -O also turns on -fomit-frame-pointer on machines where doing
442           so does not interfere with debugging.
444 config BR2_OPTIMIZE_2
445         bool "optimization level 2"
446         help
447           Optimize even more. GCC performs nearly all supported optimizations
448           that do not involve a space-speed tradeoff. The compiler does not
449           perform loop unrolling or function inlining when you specify -O2.
450           As compared to -O, this option increases both compilation time and
451           the performance of the generated code. -O2 turns on all optimization
452           flags specified by -O. It also turns on the following optimization
453           flags: -fthread-jumps -fcrossjumping -foptimize-sibling-calls
454           -fcse-follow-jumps -fcse-skip-blocks -fgcse  -fgcse-lm
455           -fexpensive-optimizations -fstrength-reduce -frerun-cse-after-loop
456           -frerun-loop-opt -fcaller-saves -fpeephole2 -fschedule-insns
457           -fschedule-insns2 -fsched-interblock -fsched-spec -fregmove
458           -fstrict-aliasing -fdelete-null-pointer-checks -freorder-blocks
459           -freorder-functions -falign-functions -falign-jumps -falign-loops
460           -falign-labels -ftree-vrp -ftree-pre
461           Please note the warning under -fgcse about invoking -O2 on programs
462           that use computed gotos.
464 config BR2_OPTIMIZE_3
465         bool "optimization level 3"
466         help
467           Optimize yet more. -O3 turns on all optimizations specified by -O2
468           and also turns on the -finline-functions, -funswitch-loops and
469           -fgcse-after-reload options.
471 config BR2_OPTIMIZE_S
472         bool "optimize for size"
473         help
474           Optimize for size. -Os enables all -O2 optimizations that do not
475           typically increase code size. It also performs further optimizations
476           designed to reduce code size. -Os disables the following optimization
477           flags: -falign-functions -falign-jumps -falign-loops -falign-labels
478           -freorder-blocks -freorder-blocks-and-partition -fprefetch-loop-arrays
479           -ftree-vect-loop-version
481 endchoice
483 config BR2_ENABLE_SSP
484         bool "build code with Stack Smashing Protection"
485         depends on BR2_TOOLCHAIN_HAS_SSP
486         help
487           Enable stack smashing protection support using GCCs
488           -fstack-protector-all option.
490           See http://www.linuxfromscratch.org/hints/downloads/files/ssp.txt
491           for details.
493           Note that this requires the toolchain to have SSP
494           support. This is always the case for glibc and eglibc
495           toolchain, but is optional in uClibc toolchains.
497 comment "enabling Stack Smashing Protection requires support in the toolchain"
498         depends on !BR2_TOOLCHAIN_HAS_SSP
500 config BR2_PREFER_STATIC_LIB
501         bool "prefer static libraries"
502         help
503           Where possible, build and use static libraries for the target.
504           This potentially increases your code size and should only be
505           used if you know what you do.
506           The default is to build dynamic libraries and use those on
507           the target filesystem.
509           WARNING: This is highly experimental at the moment.
511 config BR2_PACKAGE_OVERRIDE_FILE
512         string "location of a package override file"
513         default "$(CONFIG_DIR)/local.mk"
514         help
515           A package override file is a short makefile that contains
516           variable definitions of the form <pkg>_OVERRIDE_SRCDIR,
517           which allows to tell Buildroot to use an existing directory
518           as the source directory for a particular package. See the
519           Buildroot documentation for more details on this feature.
521 config BR2_GLOBAL_PATCH_DIR
522         string "global patch directories"
523         help
524           You may specify a space separated list of one or more directories
525           containing global package patches. For a specific version
526           <packageversion> of a specific package <packagename>, patches are
527           applied as follows:
529           First, the default Buildroot patch set for the package is applied
530           from the package's directory in Buildroot.
532           Then for every directory - <global-patch-dir> - that exists in
533           BR2_GLOBAL_PATCH_DIR, if the directory
534           <global-patch-dir>/<packagename>/<packageversion>/ exists, then all
535           *.patch files in this directory will be applied.
537           Otherwise, if the directory <global-patch-dir>/<packagename> exists,
538           then all *.patch files in the directory will be applied.
540 endmenu
542 source "toolchain/Config.in"
544 source "system/Config.in"
546 source "linux/Config.in"
548 source "package/Config.in"
550 source "fs/Config.in"
552 source "boot/Config.in"
554 source "package/Config.in.host"
556 source "Config.in.legacy"
558 menu "User-provided options"
559         depends on BR2_EXTERNAL != "support/dummy-external"
561 source "$BR2_EXTERNAL/Config.in"
563 endmenu