Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-08-11 | libgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mips | Graham Gower | 1 | |
Patch taken from https://forum.openwrt.org/viewtopic.php?id=20520 Makes sense and seems to work ok. libgcrypt.inc has --disable-asm in EXTRA_OECONF, yet strangely the configure script does nothing with this information beyond parsing it. Assembler is certainly still being used. http://patchwork.openembedded.org/patch/919/ Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org> |