crosstool-ng: bump to version 1.18.0
authorPatrick Ziegler <patrick.ziegler@fh-kl.de>
Sun, 14 Apr 2013 23:09:51 +0000 (23:09 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 23 Apr 2013 21:44:02 +0000 (23:44 +0200)
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/crosstool-ng/crosstool-ng-001-fix-showtuple-stdout.patch [deleted file]
package/crosstool-ng/crosstool-ng.mk

diff --git a/package/crosstool-ng/crosstool-ng-001-fix-showtuple-stdout.patch b/package/crosstool-ng/crosstool-ng-001-fix-showtuple-stdout.patch
deleted file mode 100644 (file)
index 416ef76..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-changeset:   3141:d8bd17248789
-tag:         tip
-user:        "Yann E. MORIN" <yann.morin.1998@free.fr>
-date:        Sun Jan 06 12:08:33 2013 +0100
-files:       scripts/showTuple.sh.in
-description:
-scripts/showTuple: fix stdout
-
-Since we've had the debug shell feature, fd #7 is now used to
-redirect stderr, while it was previously unused.
-
-Use fd #9 to redirect stdout.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-
-
-diff --git a/scripts/showTuple.sh.in b/scripts/showTuple.sh.in
---- a/scripts/showTuple.sh.in
-+++ b/scripts/showTuple.sh.in
-@@ -7,7 +7,7 @@
- . "${CT_LIB_DIR}/paths.sh"
- # We'll need the stdout later, save it
--exec 7>&1
-+exec 9>&1
- # Parse the common functions
- . "${CT_LIB_DIR}/scripts/functions"
-@@ -27,4 +27,4 @@
- CT_DoBuildTargetTuple
- # All this for this single echo... :-( Sigh, I'll have to re-arrange things...
--echo "${CT_TARGET}" >&7
-+echo "${CT_TARGET}" >&9
-
index 2d93f90f8002c8813ecb249f0d9817fd9d65350e..b5333969a893724c39cc1fde96d16408507073ae 100644 (file)
@@ -1,4 +1,4 @@
-CROSSTOOL_NG_VERSION           = 1.17.0
+CROSSTOOL_NG_VERSION           = 1.18.0
 CROSSTOOL_NG_SOURCE            = crosstool-ng-$(CROSSTOOL_NG_VERSION).tar.bz2
 CROSSTOOL_NG_SITE              = http://crosstool-ng.org/download/crosstool-ng/
 CROSSTOOL_NG_INSTALL_TARGET    = NO