Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | toolchain/uClibc: handle different MIPS64 ABIs | Florian Fainelli | 2013-04-05 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36207 | ||
* | toolchain/uClibc: Disable mips16 for uClibc for now | Florian Fainelli | 2013-04-05 |
| | | | | | | | | | | | | | | | | | | | | | | For now, build uclibc without -mips16. There's no mips16 syscall support AFAIK and uclibc uses inline assembly syscalls a lot. In addition, touching errno means touching a TLS model symbol, and that's not supported in gcc 4.6. The __set_errno macro can be put back to calling errno_location(). This allows much of the library to be built in mips16 mode. I don't understand the implications to the thread library of doing this. A list of "build as -mno-mips16" C source files can be placed in the mips architecture-dependent build files. Maintaining the list would be no fun. Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36199 | ||
* | toolchain: enable parallel build for uClibc, remove the obsolete ↵ | Felix Fietkau | 2012-10-17 |
| | | | | | | TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807 | ||
* | uClibc: add -Wno-unused-but-set-variable to get rid of unnecessary warning ↵ | Felix Fietkau | 2012-06-30 |
| | | | | | | logspam SVN-Revision: 32558 | ||
* | uClibc: split the package into the main directory and the headers/ and ↵ | Felix Fietkau | 2012-06-30 |
utils/ subdirectories to clean up build order and fix quilt support SVN-Revision: 32557 |