<p dir="ltr">Hello, I'm trying to build a cross compiler for arm v6 machines  without float on my computer. Debian 8</p>
<p dir="ltr">the target I'm trying to use for the build is arm-linux-uclibc but configure recognises it as arm-unknown-linux-uclibc and gcc does not recognise as a valid target when I give the command "make"</p>
<p dir="ltr">There's no book on <a href="http://clfs.org">clfs.org</a> that builds by hand a uclibc toolchain and I want to learn to build one to compile static software (qemu as a console command)to run on android. I've already succeeded building qemu statically with a glibc arm compiler but it does not work well as glibc suck for static compiling. Can you help me with building GCC? I'm building the first pass GCC</p>