Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/uClibc: handle different MIPS64 ABIs | Florian Fainelli | 2013-04-05 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36207 | ||||
* | toolchain/uClibc: Disable mips16 for uClibc for now | Florian Fainelli | 2013-04-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -0/+1 |
| | | | | | | logspam SVN-Revision: 32558 | ||||
* | uClibc: split the package into the main directory and the headers/ and ↵ | Felix Fietkau | 2012-06-30 | 1 | -0/+94 |
utils/ subdirectories to clean up build order and fix quilt support SVN-Revision: 32557 |