[uClibc] toolchain : Unrecognized target system name i386-linux-uclibc.

Manuel Novoa III mjn3 at codepoet.org
Mon Jul 12 16:00:36 UTC 2004


On Mon, Jul 12, 2004 at 05:42:57PM +0200, Nick Jennings wrote:
>  So, are you saying I should have seen the string 'i386-linux-uclibc' when
>  grepping through the make/ and sources/ in the toolchain tree? Probably
>  in one of the gcc-uclibc* patches correct?

No... that string doesn't appear exactly.  But certainly the various
config.sub files should be patched to accept linux-uclibc* as a valid
os setting, and part of the patch to gcc/config.gcc is

 		thread_file='single'
 	fi
 	;;
+i[34567]86-*-linux*uclibc*)	# Intel 80386's running GNU/Linux
+				# with ELF format using uClibc
+	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
+	tmake_file="t-slibgcc-elf-ver t-linux-uclibc i386/t-crtstuff"
+	;;
 i[34567]86-*-linux*)	# Intel 80386's running GNU/Linux
 			# with ELF format using glibc 2
 			# aka GNU/Linux C library 6


Manuel



More information about the uClibc mailing list