Thanks for the help, unfortunately I came across another problem, namely:
CODE
nempo@decepticon OpenXDK $ make
make -C ./src/newlib-1.12.0 all install
make[1]: Entering directory `/home/nempo/openxdk/OpenXDK/src/newlib-1.12.0'
Configuring in build-/libiberty
ls: ../.././libiberty: No such file or directory
./configure: ./configure: No such file or directory
make[1]: *** [configure-build-libiberty] Error 1
make[1]: Leaving directory `/home/nempo/openxdk/OpenXDK/src/newlib-1.12.0'
make: *** [.newlib] Error 2
... I'm at a loss, why isn't libiberty included in the tarball ? ;0 Only thing regarding it I could find was directory in /home/nempo/openxdk/OpenXDK/src/newlib-1.12.0/build-/ but that one was probably created by make ;(.