You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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
11 years ago
..
config-0.9.33.2 toolchain: uclibc: fix typo in uclibc common config 11 years ago
headers uClibc: split the package into the main directory and the headers/ and utils/ subdirectories to clean up build order and fix quilt support 12 years ago
patches-0.9.33.2 remove support for ubicom32 12 years ago
utils build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek) 12 years ago
Config.in uClibc: update to 0.9.33.2, fixes #4420 12 years ago
Config.version uClibc: update to 0.9.33.2, fixes #4420 12 years ago
Makefile build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek) 12 years ago
common.mk toolchain/uClibc: Disable mips16 for uClibc for now 11 years ago