Thanks to all

I think I found the way
http://dev.gentoo.org/~vapier/CROSS-COMPILE-HOWTO
I make it for i486-pc-linux-uclibc
busybox work well
/usr/bin/ldd doesn't (part of uclibc)

way without uclibc-stages

Vitaly Ivanov wrote:
Hello all

I trying setup home router

export CHOST="i486-pc-linux-uclibc"
export CFLAGS="-march=i486 -pipe -O2"
export CXXFLAGS="-march=i486 -pipe -O2"
export ROOT="/opt/gentoos/home_router/root/"
export FEATURES="nodoc noinfo noman strip sandbox"

emerge sys-libs/uclibc sys-apps/busybox sys-apps/tinylogin net-dialup/ppp

but gcc link busybox tinylogin and pppd with glibc installed in /lib
not with uclibc installed in /opt/gentoos/home_router/root/lib

what wrong do I?

Thanks.

--
[email protected] mailing list



--
[email protected] mailing list



Reply via email to