From: Yann E. MORIN Date: Sun, 20 Nov 2011 20:51:17 +0000 (+0100) Subject: toolchain/crosstool-NG: update to 1.13.2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32bea4a1cf9968a4e46a6ecd7fd878e6f0159511;p=buildroot.git toolchain/crosstool-NG: update to 1.13.2 crosstool-NG 1.13.2 contains an important fix related to building the ncurses libraries: the latest ncurses version requires tic to be either in ${TIC_PATH}, or to be exactly /usr/bin/tic. Also contains a few minor fixes: - CLooG extraction - prescott is a i686 Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/crosstool-ng/crosstool-ng.mk b/package/crosstool-ng/crosstool-ng.mk index 82c1fbe00c..0337bf1fef 100644 --- a/package/crosstool-ng/crosstool-ng.mk +++ b/package/crosstool-ng/crosstool-ng.mk @@ -1,4 +1,4 @@ -CROSSTOOL_NG_VERSION = 1.13.1 +CROSSTOOL_NG_VERSION = 1.13.2 CROSSTOOL_NG_SOURCE = crosstool-ng-$(CROSSTOOL_NG_VERSION).tar.bz2 CROSSTOOL_NG_SITE = http://crosstool-ng.org/download/crosstool-ng/ CROSSTOOL_NG_INSTALL_STAGING = NO