Changeset b8ac103 in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Oct 14, 2013, 3:57:24 PM (11 years ago)
- Branches:
- master
- Children:
- a2798d9
- Parents:
- fd75ead
- git-author:
- Andrew Bradford <andrew@…> (10/10/13 19:42:53)
- git-committer:
- Andrew Bradford <andrew@…> (10/14/13 15:57:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
rfd75ead rb8ac103 46 46 <para os="d">Prepare Binutils for compilation:</para> 47 47 48 <screen os="e"><userinput>../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \ 49 --target=${CLFS_TARGET} --with-sysroot=${CLFS} --disable-nls \ 48 <screen os="e"><userinput>../binutils-&binutils-version;/configure \ 49 --prefix=${CLFS}/cross-tools \ 50 --target=${CLFS_TARGET} \ 51 --with-sysroot=${CLFS} \ 52 --disable-nls \ 50 53 --disable-multilib</userinput></screen> 51 54
Note:
See TracChangeset
for help on using the changeset viewer.