|
楼主 |
发表于 2009-10-8 18:40:51
|
显示全部楼层
clfs2.0
5.3. Build Variables
To account for the possibility that the host and target are the same arch, as cross-compiling won't work when host and target are the same, part of the triplet needs to be changed slightly to add "cross". Set CLFS_HOST using the following command:
export CLFS_HOST="$(echo $MACHTYPE | \
sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")" |
|