This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2025-03-06 05:42:27 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
openwrt
/
toolchain
History
Felix Fietkau
40bf6ee842
gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 workaround that dealt with it earlier
...
SVN-Revision: 30815
2012-03-05 00:51:05 +00:00
..
binutils
enable 2.22 for unsupported archs if BROKEN is enabled
2012-02-12 09:56:47 +00:00
eglibc
eglibc 2.14 needs our eglibc patchset as well
2012-01-21 19:39:37 +00:00
gcc
gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 workaround that dealt with it earlier
2012-03-05 00:51:05 +00:00
gdb
toolchain/gdb: fix compile for powerpc targets, refresh patch
2011-06-11 13:25:00 +00:00
glibc
glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch and testing by WillieNL)
2012-02-12 16:12:01 +00:00
glibc-ports
…
insight
…
kernel-headers
kernel-headers: fix compile error caused by wrong host include path when the toolchain is already built
2011-08-05 16:39:04 +00:00
llvm
…
uClibc
use uClibc 0.9.33 by default
2012-02-12 09:15:29 +00:00
wrapper
use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain.
2012-01-18 03:08:09 +00:00
Config.in
introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN Currently we always assume uClibc if an external toolchain is used, this breaks for non-uClibc toolchains or even vanilla uClibc ones since they do not share the external librpc semantics as OpenWrt. Solve the problem by defining an abstract "EXTERNAL_LIBC" which packages might or might not depend on.
2012-01-08 15:34:23 +00:00
info.mk
…
Makefile
use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain.
2012-01-18 03:08:09 +00:00