openwrtv3/toolchain/uClibc
Florian Fainelli 750115a65c toolchain/uClibc: Disable mips16 for uClibc for now
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
2013-04-05 12:36:00 +00:00
..
config-0.9.33.2 toolchain: uclibc: fix typo in uclibc common config 2013-02-21 11:45:07 +00:00
headers uClibc: split the package into the main directory and the headers/ and utils/ subdirectories to clean up build order and fix quilt support 2012-06-30 21:44:05 +00:00
patches-0.9.33.2 remove support for ubicom32 2012-11-30 10:53:55 +00:00
utils build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek) 2012-11-08 15:08:31 +00:00
common.mk toolchain/uClibc: Disable mips16 for uClibc for now 2013-04-05 12:36:00 +00:00
Config.in uClibc: update to 0.9.33.2, fixes #4420 2012-05-15 13:42:32 +00:00
Config.version uClibc: update to 0.9.33.2, fixes #4420 2012-05-15 13:42:32 +00:00
Makefile build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek) 2012-11-08 15:08:31 +00:00