Changeset e15ed01d for BOOK/temp-system
- Timestamp:
- Oct 17, 2015, 1:46:48 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- e30db7b
- Parents:
- 8311339
- git-author:
- William Harrington <kb0iic@…> (10/17/15 01:43:13)
- git-committer:
- William Harrington <kb0iic@…> (10/17/15 01:46:48)
- Location:
- BOOK/temp-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
r8311339 re15ed01d 47 47 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 48 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 49 --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> 49 --enable-shared --enable-64-bit-bfd --disable-multilib \ 50 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 50 51 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/binutils.xml
r8311339 re15ed01d 48 48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 49 49 --with-lib-path=/tools/lib --disable-nls --enable-shared \ 50 --disable-multilib </userinput></screen>50 --disable-multilib --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 51 51 52 52 <variablelist os="k"> -
BOOK/temp-system/multilib/binutils.xml
r8311339 re15ed01d 47 47 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \ 48 48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 49 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen> 49 --disable-nls --enable-shared --enable-64-bit-bfd \ 50 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 50 51 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.