Opened 16 years ago

Closed 16 years ago

#204 closed task (fixed)

Mistake in CLFS ARM Embedded

Reported by: root_at Owned by: clfs-commits@…
Priority: major Milestone: CLFS Embedded 1.0.0
Component: BOOK Version: CLFS Embedded 1.0.0
Keywords: Cc:

Description

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.

Change History (1)

comment:1 by Jim Gifford, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r4913

Note: See TracTickets for help on using tickets.