Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
mips-r6.patch | Fix build for MIPS release 6 MIPS release 6 dropped some instructions: bnel/beql included. For r6, one should use bne/beq as a replacement. Also, jaql has a different binary representation in r6. https://bugs.debian.org/925129 |
Luyou Peng <lpeng@wavecomp.com> | no | debian | 2019-08-28 | |
cross.patch | Fix FTCBFS due to wrong use of AC_TRY_RUN ffcall fails to cross build from source, because there are three cases where AC_TRY_RUN is used wrongly. The arguments for AC_TRY_RUN are: 1. program source 2. success code 3. failure code 4. cross compile code In three cases, the third argument was skipped. That is evident from the comments in the actual third argument hinting that the argument was intended for cross compilation but actually got used for the failure case. Inserting the missing failure case makes ffcall cross buildable. |
Helmut Grohne <helmut@subdivi.de> | yes | debian upstream | 2019-08-28 |