blogic
b8425a81be
Fixes compile bug for uclibc-cris
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-12 18:06:13 +00:00
kaloz
ac52e3bd03
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-08 10:44:01 +00:00
blogic
9b11307b07
add initial support for the crisarchitecture used on foxboards to openwrt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-02 00:46:02 +00:00
nbd
c6c7fea2b9
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
nbd
3d6c5f6334
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
nbd
b871cf38ee
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
nbd
e89d0186a8
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
nbd
705fba263d
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
nbd
fdb86f6271
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
nbd
e3752e0fbc
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
kaloz
1fedb113e3
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
pavlov
120581a484
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
nbd
ee50693ca9
use getdents64 in the uClibc glob function
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-22 20:33:36 +00:00
nbd
54cf5c5fc5
add uclibc portability patch (by thorsten glaser)
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 20:03:03 +00:00
nbd
8aa25f9f40
rename patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 19:58:32 +00:00
kaloz
3f494f8d22
add basic support for the Magicbox boards
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-25 21:53:54 +00:00
nbd
68aef69e6a
make uclibc a bit smaller
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-21 23:39:26 +00:00
kaloz
b5d59a3b1c
update to uClibc v0.9.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-20 16:42:18 +00:00
nico
5c6c46e26e
add missing sockopts for ipv6 in bits/in.h
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-23 01:00:55 +00:00
nbd
58cdf04143
fix uclibc gcc4 compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-29 18:00:58 +00:00
nbd
9df49bbe48
fix ipv6 host name lookup from /etc/hosts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-04 21:05:07 +00:00