From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 24d6e24365a4a2ed63adb5fbd5515e02d26a9cc6
Date: Wed, 15 Feb 2012 19:18:41 +0100 [thread overview]
Message-ID: <20120215181916.E26422019B@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2759 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 24d6e24365a4a2ed63adb5fbd5515e02d26a9cc6 (commit)
via f71c95762d0b12e6ee45a77b4c9c740ff0343779 (commit)
from 662414a4b71ee69788aebba88901a7ff0b24293e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 24d6e24365a4a2ed63adb5fbd5515e02d26a9cc6
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Feb 15 13:17:28 2012 -0500
pth: Adjust context switches on armv7hl.
commit f71c95762d0b12e6ee45a77b4c9c740ff0343779
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed Feb 15 13:12:08 2012 -0500
binutils: Fix cross-compiling issue.
Because of a wrong configuration of --host, --build and --target
the package was not correctly built and the linker was missing.
Additionally to this change, support for plugins was enabled,
the bugurl set and 64-bit-bfd is enabled, too.
-----------------------------------------------------------------------
Summary of changes:
binutils/binutils.nm | 9 +++++++--
pth/pth.nm | 9 ++++++++-
2 files changed, 15 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/binutils/binutils.nm b/binutils/binutils.nm
index 2ed2fd1..290baf0 100644
--- a/binutils/binutils.nm
+++ b/binutils/binutils.nm
@@ -5,7 +5,7 @@
name = binutils
version = 2.22
-release = 2
+release = 3
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
groups = Development/Tools
@@ -42,9 +42,14 @@ build
end
configure_options += \
+ --build=%{DISTRO_BUILDTARGET} \
+ --host=%{DISTRO_BUILDTARGET} \
--target=%{DISTRO_BUILDTARGET} \
--disable-werror \
- --disable-static
+ --disable-static \
+ --enable-64-bit-bfd \
+ --enable-plugins \
+ --with-bugurl="http://bugzilla.ipfire.org/"
build
cd %{DIR_SRC}/binutils-build
diff --git a/pth/pth.nm b/pth/pth.nm
index 67c5687..6a7c0d6 100644
--- a/pth/pth.nm
+++ b/pth/pth.nm
@@ -5,7 +5,7 @@
name = pth
version = 2.0.7
-release = 2
+release = 3
groups = System/Libraries
url = http://www.gnu.org/software/pth
@@ -37,6 +37,13 @@ build
--with-mctx-stk=sas
end
+ if "%{DISTRO_ARCH}" == "armv7hl"
+ configure_options += \
+ --with-mctx-mth=sjlj \
+ --with-mctx-dsp=ssjlj \
+ --with-mctx-stk=sas
+ end
+
test
make check
end
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2012-02-15 18:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120215181916.E26422019B@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox