pth: Adjust context switches on armv7hl.

This commit is contained in:
Michael Tremer 2012-02-15 13:17:28 -05:00
parent f71c95762d
commit 24d6e24365
1 changed files with 8 additions and 1 deletions

View 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