view config @ 430:dd3dd451f526

Default config shouldn't set anything, just show how to set it.
author Rob Landley <rob@landley.net>
date Wed, 29 Oct 2008 21:51:25 -0500
parents 4e11cfb255e2
children 3e9d715e4a11
line wrap: on
line source

# Setup

# If this is set, mini-native won't include development tools, just uClibc
# and busybox.  (Set it to "headers" to include kernel headers if you'd like
# to add your own toolchain, such as tinycc.)

# export BUILD_SHORT=1

# If this is set, the build records the command lines run by each build into
# log files in the build directory, ala "build/cmdlines.$PACKAGENAME"

# export RECORD_COMMANDS=1

# If this is set, the cross-compiler stage is compiled with --static.

# export BUILD_STATIC=1

# If this is set, try downloading packages from this location first.

# export PREFERRED_MIRROR=http://landley.net/code/firmware/mirror

# If this is set, the toybox utilities will take precedence over busybox ones.

# export USE_TOYBOX=1

# Try development versions of these packages

# export USE_UNSTABLE=uClibc,busybox,toybox