Opened 16 years ago
Closed 16 years ago
#204 closed task (fixed)
Mistake in CLFS ARM Embedded
Reported by: | root_at | Owned by: | |
---|---|---|---|
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.
Note:
See TracTickets
for help on using tickets.
Fixed in r4913