diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-23 11:37:47 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-23 11:37:47 +0200 |
commit | 1258abe38ad6240a78c700f03f66a654c9cab2a9 (patch) | |
tree | 5c9626a2707d72a221cb49c1131a737680946d75 | |
parent | 402bfde509e57245929ac5ebcb22e0d8939b2e78 (diff) |
chinook-compat: add new toolchain options and stick to util-linux
-rw-r--r-- | conf/distro/chinook-compat.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index d773de449a..e7d7a99413 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -21,6 +21,10 @@ DISTRO_TYPE = "debug" # Needed for e.g. libffi builds on armv6 OVERRIDES .= ":${FEED_ARCH}" +# Set the toolchain type (internal, external) and brand (generic, csl etc.) +TOOLCHAIN_TYPE ?= "internal" +TOOLCHAIN_BRAND ?= "" + LIBC = "glibc" require conf/distro/include/angstrom-glibc.inc FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O1" @@ -54,6 +58,8 @@ PREFERRED_PROVIDER_virtual/arm-linux-gnueabi-binutils = "binutils-cross" PREFERRED_PROVIDER_linux-libc-header = "linux-libc-headers" PREFERRED_PROVIDER_virtual/libx11 = "libx11" PREFERRED_PROVIDER_gconf ?= "gconf-dbus" +PREFERRED_PROVIDER_util-linux = "util-linux" + PREFERRED_VERSION_automake-native = "1.9.6" |