comparison config @ 399:4e11cfb255e2

Break config out from include.sh, so environment variables users can edit to affect the build are collected together in one place with nothing else in it.
author Rob Landley <rob@landley.net>
date Sun, 28 Sep 2008 05:45:13 -0500
parents
children dd3dd451f526
comparison
equal deleted inserted replaced
398:a7daae215647 399:4e11cfb255e2
1 # Setup
2
3 # If this is set, mini-native won't include development tools, just uClibc
4 # and busybox. (Set it to "headers" to include kernel headers if you'd like
5 # to add your own toolchain, such as tinycc.)
6
7 # export BUILD_SHORT=1
8
9 # If this is set, the build records the command lines run by each build into
10 # log files in the build directory, ala "build/cmdlines.$PACKAGENAME"
11
12 # export RECORD_COMMANDS=1
13
14 # If this is set, the cross-compiler stage is compiled with --static.
15
16 # export BUILD_STATIC=1
17
18 # If this is set, try downloading packages from this location first.
19
20 # export PREFERRED_MIRROR=http://landley.net/code/firmware/mirror
21
22 # If this is set, the toybox utilities will take precedence over busybox ones.
23
24 # export USE_TOYBOX=1
25
26 # Try development versions of these packages
27
28 # export USE_UNSTABLE=uClibc,linux
29 export USE_UNSTABLE=uClibc
30