erstmal Danke für die Antwort
EDIT: Hatte nur die libiconv.la bearbeitet, nicht die libintl.la
Jetzt läuft make gerade 
Besten Dank!
hab das mit dem sed Befehl versucht. Meine libiconv.la sieht jetzt so aus
Code:
[qwert@qwert lib]$ cat libiconv.la
# libiconv.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname=''
# Names of this library.
library_names=''
# The name of the static archive.
old_library='libiconv.a'
# Libraries that this one depends upon.
dependency_libs=''
# Version information for libiconv.
current=6
age=4
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/home/qwert/ds26-15.1/toolchain/target/usr/lib'
Aber trotzdem bekomme ich weiterhin den Fehler
Code:
libtool: link: warning: library `/home/qwert/ds26-15.1/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/lib//libintl.la' was moved.
grep: /usr/local/lib/libiconv.la: Datei oder Verzeichnis nicht gefunden
/bin/sed: kann /usr/local/lib/libiconv.la nicht lesen: Datei oder Verzeichnis nicht gefunden
libtool: link: `/usr/local/lib/libiconv.la' is not a valid libtool archive
make[4]: *** [libcharset.la] Fehler 1
make[4]: Leaving directory `/home/qwert/glib-2.12.13/glib/libcharset'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/qwert/glib-2.12.13/glib'
Aber warum sucht er jetzt immernoch unter /usr/local/lib..?