diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2012-12-20 12:16:14 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-21 09:18:33 +0100 |
commit | 1d0c10c99f8c2d0fabdf2e930b8c05b64813fa27 (patch) | |
tree | d04e38551689b64688127a41bd42b579b7510a4e /toolchain/toolchain-crosstool-ng/Config.in | |
parent | fdc61667e8d3867b1d196be33ad85f8597463d6c (diff) | |
download | buildroot-novena-1d0c10c99f8c2d0fabdf2e930b8c05b64813fa27.tar.gz buildroot-novena-1d0c10c99f8c2d0fabdf2e930b8c05b64813fa27.zip |
toolchain/crosstool-ng: update config for glibc-based toolchains
Update the version of glibc to be used, since older versions are
broken with the currently-used binutils versions.
Fixes build issues ending with:
tmpfs/ccvkz3ro.s:33: Error: CFI instruction used without
previous .cfi_startproc
This new version does not have RPC support, so update the Config.in.
CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-crosstool-ng/Config.in')
-rw-r--r-- | toolchain/toolchain-crosstool-ng/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/toolchain-crosstool-ng/Config.in b/toolchain/toolchain-crosstool-ng/Config.in index 9cd5ca51d..d80f547c9 100644 --- a/toolchain/toolchain-crosstool-ng/Config.in +++ b/toolchain/toolchain-crosstool-ng/Config.in @@ -24,9 +24,8 @@ config BR2_TOOLCHAIN_CTNG_glibc bool "glibc" select BR2_LARGEFILE select BR2_INET_IPV6 - # Our default ct-ng configuration uses glibc 2.9, which has - # native RPC support - select BR2_TOOLCHAIN_HAS_NATIVE_RPC + # Our default ct-ng configuration uses glibc 2.14.1, which + # does not have native RPC support select BR2_ENABLE_LOCALE select BR2_USE_WCHAR |