Changeset c1832da for BOOK/cross-tools/multilib/gcc-static.xml
- Timestamp:
- Jan 17, 2009, 11:58:17 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 95de45a
- Parents:
- 0defd7d
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/gcc-static.xml
r0defd7d rc1832da 85 85 86 86 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 87 88 89 90 --without-headers --with-newlib --disable-decimal-float\91 --with-mpfr=/cross-tools --with-gmp=/cross-tools\92 93 --disable-shared--disable-threads --enable-languages=c</userinput></screen>87 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 88 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 91 --without-headers --with-newlib --disable-decimal-float \ 92 --disable-libgomp --disable-libmudflap --disable-libssp \ 93 --disable-threads --enable-languages=c</userinput></screen> 94 94 95 95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 101 101 xpointer="xpointer(//*[@os='an'])"/> 102 102 103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 104 href="../common/gcc-static.xml" 105 xpointer="xpointer(//*[@os='ao'])"/> 103 <screen os="s1"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen> 106 104 107 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.