47 Commits (f30058fda274c75023504987c9069cd07ee7c794)

Author SHA1 Message Date
Felix Fietkau 7d08f7199e add x86_64 config for uClibc 18 years ago
Felix Fietkau cb54edb503 add kernel_headers dependency on target/linux/generic-2.* 18 years ago
Felix Fietkau ced1277147 clean up stampfile mess for tools/ and toolchain/ 18 years ago
Felix Fietkau 9edce6b311 upgrade to uClibc 0.9.28.2 18 years ago
Imre Kaloz 8bc64752a7 add gcc 4.1.2 (closes #1381) 18 years ago
Felix Fietkau eeb61522b5 Fix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to resolve an ipv6 address from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the supplied address family. This returns ipv4 addresses marked as ipv6 ones. 18 years ago
Felix Fietkau fbaae65ab4 Fix gcc version selection - default version for linux 2.4 broken in r6208 - brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...) 18 years ago
Imre Kaloz f1f2af6ddf use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default 18 years ago
Nicolas Thill d04689050d revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202) 18 years ago
Felix Fietkau 39ee107379 export __libc_stack_end in dynamically linked binaries as well - fixes uclibc++ compile on powerpc (#1230) 18 years ago
Felix Fietkau d85c2ffd23 fix user mode linux toolchain build 18 years ago
Nicolas Thill ca4e275b70 fix uml-2.6 build with 2.6.19.1 18 years ago
Felix Fietkau c6e1c91ebf add a hack for compiling a 32 bit user space with 64 bit uml kernel on x86_64 18 years ago
Felix Fietkau f74dd32cba fix ccache build order 18 years ago
Felix Fietkau 317aa7af59 fix kernel-headers compile 18 years ago
Florian Fainelli b492e69bd2 Add ccache if not installed/installable on the host-system 18 years ago
Felix Fietkau f5d49b3bd5 use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1 18 years ago
Felix Fietkau ca5ea6c2be default to gcc 4.1.1 for the rb532 again 18 years ago
Felix Fietkau 953c120550 switch to -O2 on x86 for performance reasons 18 years ago
Felix Fietkau 2d3da58dc6 another round of ppc fixes - the unfinished include/asm-ppc => asm-powerpc migration causes trouble 18 years ago
Felix Fietkau 040bb4800e another build fix for ppc 18 years ago
Felix Fietkau f2d5f3adbd fix ppc compile 18 years ago
Mike Baker 176601bec9 little endian arm support 18 years ago
Imre Kaloz 7b9e1271ef fix locale stuff (and there was much rejoicing) 18 years ago
Felix Fietkau 461375c939 another bsd bugfix 18 years ago
Felix Fietkau ba962c723f add a gcc 4.2 snapshot 18 years ago
Florian Fainelli 6896287581 Port the locale changes to the other gcc versions as well 18 years ago
Felix Fietkau 643744a99d switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble... 18 years ago
Florian Fainelli b80c2a145e Forgot that part (#926) 18 years ago
Florian Fainelli c9263207a5 Fix gcc config_largefile (#926) 18 years ago
Felix Fietkau b2ed40a029 remove old patch 18 years ago
Felix Fietkau e637a00d57 fix kernel-headers prepare (#949) 18 years ago
Felix Fietkau 646342f30f fix gcc compile 18 years ago
Felix Fietkau 864ae8f613 more shell related fixes 18 years ago
Felix Fietkau cf4e7af392 make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection 18 years ago
Nicolas Thill 8ec5b1d614 oops, forgot to remove references to libnotimpl 18 years ago
Nicolas Thill 2f9448bd1f move libnotimpl to /packages/libs, fix another typo in ./src/math.c 18 years ago
Imre Kaloz 2d2179f503 rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm 18 years ago
Tim Yardley d04c5680fa bring in floorf so that postgres server will compile by default, package to come later for server 18 years ago
Tim Yardley 3e84e18a27 add a configuration option to enable full c99 math in libm. this is needed for functions like floorf (which happens to be used in postgresql server as an example) 18 years ago
Felix Fietkau 6c85d6f9e8 use gcc 4.1.1 for rb532 by default 18 years ago
Felix Fietkau 440fef816e use getdents64 in the uClibc glob function 18 years ago
Felix Fietkau 6a2879bfe7 improve parallel building 18 years ago
Felix Fietkau da0159f156 another one ... 18 years ago
Felix Fietkau d4e038fe5d remove some obsolete stuff 18 years ago
Felix Fietkau 4286347249 use $(TAR) in unpack commands 18 years ago