Copied from Debian. From: Konstantinos Margaritis Subject: use "adr" instead of "add" to make code ready for thumb2 --- ./imdct_l_arm.S.orig 2010-02-25 13:25:23.000000000 +0100 +++ ./imdct_l_arm.S 2010-02-25 13:27:26.000000000 +0100 @@ -468,7 +468,7 @@ @---- - add r2, pc, #(imdct36_long_karray-.-8) @ r2 = base address of Knn array (PIC safe ?) + adr r2, imdct36_long_karray loop: o.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kawa.scm
AgeCommit message (Expand)Author
2020-04-14gnu: kawa: Update to 3.1.1....* gnu/packages/kawa.scm (kawa): Update to 3.1.1. Tobias Geerinckx-Rice
2020-04-14gnu: kawa: Wrap to find java....* gnu/packages/kawa.scm (kawa)[arguments]: Add ‘wrap-kawa’ phase to set JAVA_HOME. Tobias Geerinckx-Rice
2019-06-13gnu: Add Kawa....* gnu/packages/kawa.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Carlo Zancanaro