﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
834	"""mipsel"" isn't a usable value for $CLFS_ARCH"	Andrew Bradford	Andrew Bradford	"In kernel 2.6.38 (and maybe others, haven't checked), a value of ""mipsel"" isn't valid for the way we use it in the Linux headers installation.  The value needs to be ""mips"" for all variants of mips target triplets.

The offending sed line is:

export CLFS_ARCH=$(echo ${CLFS_TARGET} | sed -e 's/\(mips\)\(64\)\?\(el\)\?-.*/\1\3/')

Could changing this to just be ""mips"" rather than a possible ""mipsel"" be bad in other places in the book?"	task	closed	major	CLFS Embedded 1.0.0	BOOK	CLFS Embedded GIT	fixed		
