diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-04-27 02:53:54 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-04-27 02:53:54 +0000 |
commit | 5c76c320af6f82794823215c081469d3de8e64e4 (patch) | |
tree | 324384db2b3a349459fb4fa28fc910448ec52ae7 /conf | |
parent | f63c99c34855fff1cbb932457b08bdd29b3777ff (diff) |
- binutils 2.15.90.0.3 / gcc 3.4.0 toolchain
- support in glibc and uclibc for gcc 3.4.0
- new target setup for uclibc, TARGET_OS=linux-uclibc to match the uclibc
project's setup and modern config.sub already has support for it.
BKrev: 408dcb42JOaGKxGg3PSn6IwU4Kimfw
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 2599e7dd71..8ee6887cca 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -33,6 +33,12 @@ PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqp # for a machine not known to OpenEmbedded. Better use the MACHINE attribute (see above) TARGET_ARCH = "arm" +# Use this to specify the target operating system. This is "linux" for a normal +# linux system with glibc. Set this to "linux-uclibc" if you want to build a +# uclibc based system. +#TARGET_OS = "linux" +#TARGET_OS = "linux-uclibc" + # Uncomment this to select a distribution policy. #DISTRO = "familiar" |