Commit Graph

1300 Commits (be3c8f8b2bf2893950b11ea7fa16cea074bc7903)

Author SHA1 Message Date
Felix Fietkau fd0969ba61 remove remaining unnecessary dependency
SVN-Revision: 6423
17 years ago
Felix Fietkau f1a91c2f71 move ccache to tools/ and fix potential dependency issue
SVN-Revision: 6413
17 years ago
Felix Fietkau 2c2bf90a8e fix ccache build (#1415)
SVN-Revision: 6412
17 years ago
Felix Fietkau 7d08f7199e add x86_64 config for uClibc
SVN-Revision: 6368
17 years ago
Felix Fietkau cb54edb503 add kernel_headers dependency on target/linux/generic-2.*
SVN-Revision: 6362
17 years ago
Felix Fietkau ced1277147 clean up stampfile mess for tools/ and toolchain/
SVN-Revision: 6357
17 years ago
Felix Fietkau 9edce6b311 upgrade to uClibc 0.9.28.2
SVN-Revision: 6353
17 years ago
Imre Kaloz 8bc64752a7 add gcc 4.1.2 (closes #1381)
SVN-Revision: 6343
17 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.
SVN-Revision: 6217
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...)
SVN-Revision: 6209
18 years ago
Imre Kaloz f1f2af6ddf use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default
SVN-Revision: 6208
18 years ago
Nicolas Thill d04689050d revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)
SVN-Revision: 6185
18 years ago
Felix Fietkau 39ee107379 export __libc_stack_end in dynamically linked binaries as well - fixes uclibc++ compile on powerpc (#1230)
SVN-Revision: 6171
18 years ago
Felix Fietkau d85c2ffd23 fix user mode linux toolchain build
SVN-Revision: 6130
18 years ago
Nicolas Thill ca4e275b70 fix uml-2.6 build with 2.6.19.1
SVN-Revision: 5926
18 years ago
Felix Fietkau c6e1c91ebf add a hack for compiling a 32 bit user space with 64 bit uml kernel on x86_64
SVN-Revision: 5784
18 years ago
Felix Fietkau f74dd32cba fix ccache build order
SVN-Revision: 5783
18 years ago
Felix Fietkau 317aa7af59 fix kernel-headers compile
SVN-Revision: 5781
18 years ago
Florian Fainelli b492e69bd2 Add ccache if not installed/installable on the host-system
SVN-Revision: 5758
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
SVN-Revision: 5706
18 years ago
Felix Fietkau ca5ea6c2be default to gcc 4.1.1 for the rb532 again
SVN-Revision: 5700
18 years ago
Felix Fietkau 953c120550 switch to -O2 on x86 for performance reasons
SVN-Revision: 5694
18 years ago
Felix Fietkau 2d3da58dc6 another round of ppc fixes - the unfinished include/asm-ppc => asm-powerpc migration causes trouble
SVN-Revision: 5683
18 years ago
Felix Fietkau 040bb4800e another build fix for ppc
SVN-Revision: 5682
18 years ago
Felix Fietkau f2d5f3adbd fix ppc compile
SVN-Revision: 5681
18 years ago
Mike Baker 176601bec9 little endian arm support
SVN-Revision: 5673
18 years ago
Imre Kaloz 7b9e1271ef fix locale stuff (and there was much rejoicing)
SVN-Revision: 5671
18 years ago
Felix Fietkau 461375c939 another bsd bugfix
SVN-Revision: 5657
18 years ago
Felix Fietkau ba962c723f add a gcc 4.2 snapshot
SVN-Revision: 5625
18 years ago
Florian Fainelli 6896287581 Port the locale changes to the other gcc versions as well
SVN-Revision: 5608
18 years ago
Felix Fietkau 643744a99d switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble...
SVN-Revision: 5605
18 years ago
Florian Fainelli b80c2a145e Forgot that part (#926)
SVN-Revision: 5599
18 years ago
Florian Fainelli c9263207a5 Fix gcc config_largefile (#926)
SVN-Revision: 5598
18 years ago
Felix Fietkau b2ed40a029 remove old patch
SVN-Revision: 5563
18 years ago
Felix Fietkau e637a00d57 fix kernel-headers prepare (#949)
SVN-Revision: 5515
18 years ago
Felix Fietkau 646342f30f fix gcc compile
SVN-Revision: 5511
18 years ago
Felix Fietkau 864ae8f613 more shell related fixes
SVN-Revision: 5509
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
SVN-Revision: 5498
18 years ago
Nicolas Thill 8ec5b1d614 oops, forgot to remove references to libnotimpl
SVN-Revision: 5356
18 years ago
Nicolas Thill 2f9448bd1f move libnotimpl to /packages/libs, fix another typo in ./src/math.c
SVN-Revision: 5355
18 years ago
Imre Kaloz 2d2179f503 rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
SVN-Revision: 5310
18 years ago
Tim Yardley d04c5680fa bring in floorf so that postgres server will compile by default, package to come later for server
SVN-Revision: 5304
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)
SVN-Revision: 5302
18 years ago
Felix Fietkau 6c85d6f9e8 use gcc 4.1.1 for rb532 by default
SVN-Revision: 5291
18 years ago
Felix Fietkau 440fef816e use getdents64 in the uClibc glob function
SVN-Revision: 5256
18 years ago
Felix Fietkau 6a2879bfe7 improve parallel building
SVN-Revision: 5208
18 years ago
Felix Fietkau da0159f156 another one ...
SVN-Revision: 5095
18 years ago
Felix Fietkau d4e038fe5d remove some obsolete stuff
SVN-Revision: 5079
18 years ago
Felix Fietkau 4286347249 use $(TAR) in unpack commands
SVN-Revision: 5078
18 years ago
Felix Fietkau 60c1f0f64d finally move buildroot-ng to trunk 8 years ago