[Clfs-commits] [CLFS Trac] #204: Mistake in CLFS ARM Embedded

CLFS Trac trac at cross-lfs.org
Sat Mar 28 06:42:34 PDT 2009


#204: Mistake in CLFS ARM Embedded
---------------------+------------------------------------------------------
 Reporter:  root_at  |       Owner:  clfs-commits at lists.cross-lfs.org.
     Type:  task     |      Status:  new                              
 Priority:  major    |   Milestone:  CLFS Embedded 1.0.0              
Component:  BOOK     |     Version:  CLFS Embedded 1.0.0              
 Keywords:           |  
---------------------+------------------------------------------------------
 The Build Variable CLFS_ENDIAN is wrong(so also CLFS_NOT_ENDIAN).
 CLFS_TARGET which is the target-triplet is taken to make CLFS_ENDIAN by
 "export CLFS_ENDIAN=$(echo ${CLFS_TARGET} | sed -e 's/armeb/BIG/' -e
 's/arm/LITTLE/')" but then it looks like "LITTLE-unkown-linux", but it
 should be just "LITTLE". I think you wanted to take CLFS_ARCH to make
 CLFS_ENDIAN.

-- 
Ticket URL: <http://trac.cross-lfs.org/ticket/204>
CLFS Trac <http://trac.cross-lfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list