1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 21:34:32 +03:00
openwrt-xburst/toolchain
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
..
binutils move tools from toolchain/ to tools/ 2006-09-27 14:06:46 +00:00
ccache Add ccache if not installed/installable on the host-system 2006-12-11 16:42:57 +00:00
gcc Fix gcc version selection 2007-01-26 11:02:59 +00:00
gdb fix gdb installation (patch from #809) 2006-10-07 12:48:23 +00:00
kernel-headers fix user mode linux toolchain build 2007-01-19 12:19:45 +00:00
uClibc Fix ipv4/ipv6 resolving. 2007-01-27 15:13:06 +00:00
Config.in switch to -O2 on x86 for performance reasons 2006-12-05 22:54:26 +00:00
Makefile fix ccache build order 2006-12-14 05:10:23 +00:00