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@ipfire.org Date: Wed Feb 15 13:17:28 2012 -0500
pth: Adjust context switches on armv7hl.
commit f71c95762d0b12e6ee45a77b4c9c740ff0343779 Author: Michael Tremer michael.tremer@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@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