[Clfs-support] clfs-mbdd: cross-tools/gcc-final: ordering of bld/hst/tgt cfg opts.

Andrew Bradford andrew at bradfordembedded.com
Thu May 4 11:46:31 PDT 2017


On 04/30 10:15, akhiezer wrote:
> 
> clfs-embedded:
> master & (abradfa) 2017.04-fixes branches:
> cross-tools/..../gcc-final has build/host/target config options in non-alphab order:
> ====
> http://clfs.org/view/clfs-embedded/x86/cross-tools/gcc-final.html
> https://github.com/bradfa/clfs-embedded/blob/2017.04-fixes/BOOK/cross-tools/x86/gcc-final.xml
> ==
>   --prefix=${CLFS}/cross-tools \
>   --build=${CLFS_HOST} \
>   --target=${CLFS_TARGET} \
>   --host=${CLFS_HOST} \
>   --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
> 	.
> 	.
> ====
> 
> Whereas corresp gcc-sttc has them in alphab order:
> ====
> http://clfs.org/view/clfs-embedded/x86/cross-tools/gcc-static.html
> https://github.com/bradfa/clfs-embedded/blob/2017.04-fixes/BOOK/cross-tools/x86/gcc-static.xml
> ==
>   --prefix=${CLFS}/cross-tools \
>   --build=${CLFS_HOST} \
>   --host=${CLFS_HOST} \
>   --target=${CLFS_TARGET} \
>   --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
>         .
>         .
> ====
> 
> In the usual way, is maybe better to keep the ordering consistent.

Thanks!  Fix is in my queue.
-Andrew



More information about the Clfs-support mailing list