public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 24d6e24365a4a2ed63adb5fbd5515e02d26a9cc6
@ 2012-02-15 18:18 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-02-15 18:18 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-15 18:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-15 18:18 [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 24d6e24365a4a2ed63adb5fbd5515e02d26a9cc6 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox