Changeset cc565e2 in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
May 4, 2017, 11:44:55 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
241f9a9
Parents:
2ac72a8
Message:

cross-tools/gcc: Put configure build/host/target options in alpha order

To be consistent.

Thanks to akhiezer <lfs65@…> for pointing this out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    r2ac72a8 rcc565e2  
    6363  --prefix=${CLFS}/cross-tools \
    6464  --build=${CLFS_HOST} \
     65  --host=${CLFS_HOST} \
    6566  --target=${CLFS_TARGET} \
    66   --host=${CLFS_HOST} \
    6767  --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
    6868  --disable-nls \
Note: See TracChangeset for help on using the changeset viewer.