comparison sources/README @ 871:b274eb556b50

Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
author Rob Landley <rob@landley.net>
date Fri, 30 Oct 2009 03:45:47 -0500
parents eda31d43d89f
children 626288dd5cf3
comparison
equal deleted inserted replaced
870:2330aa12c5f9 871:b274eb556b50
7 7
8 timeout.sh: Wrapper to run a command line with a timeout. 8 timeout.sh: Wrapper to run a command line with a timeout.
9 9
10 trimconfig-busybox: Busybox config file to switch off bits of "allyesconfig" 10 trimconfig-busybox: Busybox config file to switch off bits of "allyesconfig"
11 that don't work on all targets. 11 that don't work on all targets.
12
13 baseconfig-uClibc: Common miniconfig shared by all architectures, to which
14 $UCLIBC_CONFIG from the target/$ARCH/settings is appended.
12 15
13 The following subdirectories live here: 16 The following subdirectories live here:
14 17
15 more: Additional scripts the user can run, but which aren't part of build.sh. 18 more: Additional scripts the user can run, but which aren't part of build.sh.
16 This directory contains external user interfaces, just obscure ones. 19 This directory contains external user interfaces, just obscure ones.