Integrate pre built Aboriginal Linux uclibc cross toolchain
[qi-bootmenu-system.git] / config
blob02e5a1825602df5c4eddb416025929d16a2fd7dc
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).
8 # export MACHINE=GTA02
10 # Link all executables (busybox, kexec, dropbear statically)
12 export STATIC=1
14 # Link qi-bootmenu against shared libraries
16 # export QI_BOOTMENU_SHARED=1
18 # Build with debug flags
20 # export DEBUG=1
22 # Leave source in build/temp-$ARCH after build.
24 export NO_CLEANUP=1
26 # Do not strip executables useful for debugging
28 # export NO_STRIP=1
30 # Tell the linux kernel, uClibc, and busybox to show the actual build commands
31 # instead of pretty-print output.
33 # export BUILD_VERBOSE=1
35 # If this is set, try downloading packages from this location first.
37 # export PREFERRED_MIRROR=http://impactlinux.com/fml/mirror
39 # Set this to use symlinks instead of hard links when creating temporary copies
40 # of the source packages (in setupfor).  This is slower and uses more inodes,
41 # but allows the extracted source packages to live in a different filesystem
42 # than the build directory.
44 # export SNAPSHOT_SYMLINK=1