From 1258abe38ad6240a78c700f03f66a654c9cab2a9 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 23 Oct 2009 11:37:47 +0200 Subject: [PATCH] chinook-compat: add new toolchain options and stick to util-linux --- conf/distro/chinook-compat.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.39.5