All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Ziegler <patrick.ziegler@fh-kl.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] crosstool-ng: bump to version 1.18.0
Date: Mon, 15 Apr 2013 11:09:51 +0200	[thread overview]
Message-ID: <516BC3DF.201@fh-kl.de> (raw)

Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
---
 .../crosstool-ng-001-fix-showtuple-stdout.patch    |   35 --------------------
 package/crosstool-ng/crosstool-ng.mk               |    2 +-
 2 files changed, 1 insertion(+), 36 deletions(-)
 delete mode 100644 package/crosstool-ng/crosstool-ng-001-fix-showtuple-stdout.patch

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
index 416ef76..0000000
--- a/package/crosstool-ng/crosstool-ng-001-fix-showtuple-stdout.patch
+++ /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
-
diff --git a/package/crosstool-ng/crosstool-ng.mk b/package/crosstool-ng/crosstool-ng.mk
index 2d93f90..b533396 100644
--- a/package/crosstool-ng/crosstool-ng.mk
+++ b/package/crosstool-ng/crosstool-ng.mk
@@ -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
-- 
1.7.10.4



-- 
Dipl.-Inf. (FH) Patrick Ziegler

University Of Applied Sciences
Kaiserslautern

Amerikastrasse 1
D-66482 Zweibruecken
Germany

Phone:  +49 631 3724 5526
Mail:   patrick.ziegler at fh-kl.de
PGP KeyID 0xB4796B8C

http://www.fh-kl.de
http://www.fh-kl.de/fachbereiche/imst/iuk-knowhow.html

             reply	other threads:[~2013-04-15  9:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-15  9:09 Patrick Ziegler [this message]
2013-04-24  6:05 ` [Buildroot] [PATCH] crosstool-ng: bump to version 1.18.0 Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=516BC3DF.201@fh-kl.de \
    --to=patrick.ziegler@fh-kl.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.