uclibc: trim config
[qi-bootmenu-system/guyou.git] / config
blob317c5144d3d9fe71da635ee377ad4c443909df4c
1 # This file is a place for you to set configuration values.  This entire
2 # file is optional; by default all the variables documented in this file
3 # are left blank by the build.  Feel free to replace this file with your
4 # own version, or to set these as environment variables on the command line.
6 # Specify Openmoko device to build for (GTA01 or GTA02 which is the default).
7 # export MACHINE=GTA02
9 # Build qi-bootmenu statically and don't install the shared libraries
10 # in the resulting initramfs.
12 # export STATIC=1
14 # Build with debug flags
16 # export DEBUG=1
18 # Leave source in build/temp-$ARCH after build.
20 # export NO_CLEANUP=1
22 # Do not strip executables useful for debugging
24 # export NO_STRIP=1
26 # Tell the linux kernel, uClibc, and busybox to show the actual build commands
27 # instead of pretty-print output.
29 # export BUILD_VERBOSE=1
31 # If this is set, try downloading packages from this location first.
33 # export PREFERRED_MIRROR=http://impactlinux.com/fml/mirror
35 # Set this to use symlinks instead of hard links when creating temporary copies
36 # of the source packages (in setupfor).  This is slower and uses more inodes,
37 # but allows the extracted source packages to live in a different filesystem
38 # than the build directory.
40 # export SNAPSHOT_SYMLINK=1