Changeset cc565e2 in clfs-embedded for BOOK/cross-tools/mips/gcc-final.xml


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/mips/gcc-final.xml

    r2ac72a8 rcc565e2  
    5252  --prefix=${CLFS}/cross-tools \
    5353  --build=${CLFS_HOST} \
     54  --host=${CLFS_HOST} \
    5455  --target=${CLFS_TARGET} \
    55   --host=${CLFS_HOST} \
    5656  --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
    5757  --disable-nls \
Note: See TracChangeset for help on using the changeset viewer.