]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pth: Adjust context switches on armv7hl.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Feb 2012 18:17:28 +0000 (13:17 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Feb 2012 18:17:28 +0000 (13:17 -0500)
pth/pth.nm

index 67c568708a33d896584cbfbe577aa65642eb2626..6a7c0d61099f57d802db0db9452f8ab0134a5efd 100644 (file)
@@ -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