Changeset 54fde8f in clfs-embedded for BOOK/cross-tools/x86/gcc-final.xml
- Timestamp:
- Oct 14, 2013, 3:57:24 PM (11 years ago)
- Branches:
- master
- Children:
- fd75ead
- Parents:
- a5cbaf25
- git-author:
- Andrew Bradford <andrew@…> (10/10/13 19:35:24)
- git-committer:
- Andrew Bradford <andrew@…> (10/14/13 15:57:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/gcc-final.xml
ra5cbaf25 r54fde8f 50 50 51 51 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 52 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 53 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 54 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 55 --enable-languages=c --enable-c99 --enable-long-long \ 52 ../gcc-&gcc-version;/configure \ 53 --prefix=${CLFS}/cross-tools \ 54 --build=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --host=${CLFS_HOST} \ 57 --with-sysroot=${CLFS} \ 58 --disable-nls \ 59 --enable-shared \ 60 --enable-languages=c \ 61 --enable-c99 \ 62 --enable-long-long \ 56 63 --disable-multilib \ 57 64 --with-arch=${CLFS_CPU}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.