Felix Fietkau
d94667294f
Fix portability patch for uClibc.
...
Certain versions of GNU cp treat -P as --parent, which is wrong here and -P should be implied by -R already.
Fixes build on OSX with fink's fileutils installed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-01 11:43:11 +00:00
Felix Fietkau
60bf0ca2ce
Nuke lots of obsolete compiler versions
...
Make gcc4 depend on !LINUX_2_4 - I'm getting sick of seeing people complain about
compile errors when trying to build brcm-2.4 with it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-28 17:52:00 +00:00
Imre Kaloz
d25369bfb5
fix gcc version selection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6556 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-11 19:26:39 +00:00
Hamish Guthrie
0c7837df28
Changed default compiler for 2.6 kernels to 4.1.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6539 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-07 22:32:10 +00:00
Felix Fietkau
76da658eb6
changes to target/linux/generic-* should not trigger a kernel-headers rebuild
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6479 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-03 20:48:47 +00:00
Felix Fietkau
556ff80527
mark uml as broken and add some cleanups (not working yet)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 18:25:14 +00:00
Felix Fietkau
4c814a2dec
remove remaining unnecessary dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6423 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 02:40:19 +00:00
Felix Fietkau
1074b896e4
move ccache to tools/ and fix potential dependency issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-27 23:46:34 +00:00
Felix Fietkau
79987affe2
fix ccache build ( #1415 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-27 23:44:04 +00:00
Felix Fietkau
ef322346f8
add x86_64 config for uClibc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25 21:11:02 +00:00
Felix Fietkau
6a32057e58
add kernel_headers dependency on target/linux/generic-2.*
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25 18:54:51 +00:00
Felix Fietkau
cbb66de088
clean up stampfile mess for tools/ and toolchain/
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25 17:49:25 +00:00
Felix Fietkau
33458c350c
upgrade to uClibc 0.9.28.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-24 20:22:01 +00:00
Imre Kaloz
ef3bf0f2e8
add gcc 4.1.2 ( closes #1381 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6343 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 10:28:46 +00:00
Felix Fietkau
5987213ee8
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 15:13:06 +00:00
Felix Fietkau
69d550862e
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...)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 11:02:59 +00:00
Imre Kaloz
23813f6c77
use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 10:55:06 +00:00
Nicolas Thill
e8d4eb1825
revert gcc to 4.1.1 for x86 to fix uclibc++ build ( closes : #1056 , #1202 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-23 16:14:50 +00:00
Felix Fietkau
3aad35e9f7
export __libc_stack_end in dynamically linked binaries as well - fixes uclibc++ compile on powerpc ( #1230 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 01:11:39 +00:00
Felix Fietkau
0254fd5878
fix user mode linux toolchain build
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6130 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-19 12:19:45 +00:00
Nicolas Thill
6ec0982138
fix uml-2.6 build with 2.6.19.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-29 11:09:10 +00:00
Felix Fietkau
add962fbf8
add a hack for compiling a 32 bit user space with 64 bit uml kernel on x86_64
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 07:00:34 +00:00
Felix Fietkau
e6085a6e22
fix ccache build order
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 05:10:23 +00:00
Felix Fietkau
3e95c0ea77
fix kernel-headers compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5781 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 04:57:55 +00:00
Florian Fainelli
5b1bfe4050
Add ccache if not installed/installable on the host-system
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-11 16:42:57 +00:00
Felix Fietkau
08e88220c4
use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-07 04:08:04 +00:00
Felix Fietkau
bce2c36f43
default to gcc 4.1.1 for the rb532 again
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-06 18:32:14 +00:00
Felix Fietkau
a745eee3e2
switch to -O2 on x86 for performance reasons
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-05 22:54:26 +00:00
Felix Fietkau
9bce57a79f
another round of ppc fixes - the unfinished include/asm-ppc => asm-powerpc migration causes trouble
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-30 18:30:16 +00:00
Felix Fietkau
bf1791ea28
another build fix for ppc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-30 18:18:45 +00:00
Felix Fietkau
a0aae2c8c7
fix ppc compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5681 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-30 17:02:25 +00:00
Mike Baker
d4305cd0a3
little endian arm support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-29 02:39:31 +00:00
Imre Kaloz
7af133d509
fix locale stuff (and there was much rejoicing)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28 22:20:06 +00:00
Felix Fietkau
0e48a91053
another bsd bugfix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-27 05:23:22 +00:00
Felix Fietkau
2b3b480521
add a gcc 4.2 snapshot
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 04:08:52 +00:00
Florian Fainelli
73c8daac68
Port the locale changes to the other gcc versions as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-21 17:10:05 +00:00
Felix Fietkau
00c65f6625
switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble...
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-21 16:36:32 +00:00
Florian Fainelli
44c8f83026
Forgot that part ( #926 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-21 12:13:04 +00:00
Florian Fainelli
740bd8eef7
Fix gcc config_largefile ( #926 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-21 12:12:47 +00:00
Felix Fietkau
9776302a70
remove old patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-18 20:41:26 +00:00
Felix Fietkau
da0ff7133f
fix kernel-headers prepare ( #949 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12 12:47:11 +00:00
Felix Fietkau
87f59ecd7c
fix gcc compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12 03:42:05 +00:00
Felix Fietkau
309572ec08
more shell related fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5509 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12 02:45:13 +00:00
Felix Fietkau
19940017a3
make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-11 23:11:02 +00:00
Nicolas Thill
08491cf7d6
oops, forgot to remove references to libnotimpl
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31 11:33:34 +00:00
Nicolas Thill
4a45e20e4b
move libnotimpl to /packages/libs, fix another typo in ./src/math.c
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31 11:29:54 +00:00
Imre Kaloz
f8aa6c7c8f
rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 10:26:00 +00:00
Tim Yardley
5e1fe4e7c9
bring in floorf so that postgres server will compile by default, package to come later for server
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 18:05:58 +00:00
Tim Yardley
df8db85071
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)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 17:16:13 +00:00
Felix Fietkau
70a31f5d30
use gcc 4.1.1 for rb532 by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-25 00:30:36 +00:00