- 05 Dec, 2014 12 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Timo Teräs authored
seems to not support arm
-
Timo Teräs authored
also remove unused patches
-
Timo Teräs authored
-
Timo Teräs authored
-
- 04 Dec, 2014 10 commits
-
-
Natanael Copa authored
from upstream: http://bugzilla.abisource.com/show_bug.cgi?id=13582
-
Timo Teräs authored
lcms was upgraded to lcms2 so upgrade accordingly. this should also fix the build failure on arm edge.
-
Timo Teräs authored
-
Valery Kartel authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Alan Lacerda authored
-
- 03 Dec, 2014 16 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
SSE is intel only, but still needs to be explicitly disabled for audacity to compile on arm
-
Timo Teräs authored
valgrind supports armv7+, but we build for armv6 so valgrind refuses to compile. for the time being disable it.
-
Timo Teräs authored
the outdated config did not build, so no pkgrel bump needed.
-
Timo Teräs authored
-reduce-relocations is not supported and causes build failure. pkgrel does not need bump as only non-building armhf is affected.
-
Natanael Copa authored
fixes #3555
-
Timo Teräs authored
This reverts commit 718468ec. The upgrade did not work out, just disable on arm.
-
Timo Teräs authored
makekit does not seem to support arm architecture currently.
-
Timo Teräs authored
update execinfo patch to completely remove any attempts to do backtrace(). the code would insisted trying to use backtrace() on arm. imitating backtrace() is generally bad practice security wise. and this also fixes jack to produce core dumps.
-
Timo Teräs authored
arm has only limited support for __builtin_return_address() due to calling convention. disable the backtrace() emulation on arm.
-
Timo Teräs authored
there's inline assembly for x86/x86_64 in several places.
-
Timo Teräs authored
pass in the fp abi we use. no affect for non-arm platforms, and as this caused build failure, no pkgrel bump is needed.
-
- 02 Dec, 2014 2 commits
-
-
Timo Teräs authored
xmlcatalog was changed, and XML_CATALOG_FILES needs to be now set to empty string when modifying non-default catalog.
-
Natanael Copa authored
-