Changeset 4dbd276 for BOOK/temp-system/common
- Timestamp:
- Jun 3, 2013, 12:50:47 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fd7a9f3
- Parents:
- 578cf221
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gcc.xml
r578cf221 r4dbd276 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../cross-tools/common/gcc-static.xml" 27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../cross-tools/common/gcc-static.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../cross-tools/common/gcc-static.xml"35 27 xpointer="xpointer(//*[@os='aa'])"/> 36 28 … … 46 38 href="../../cross-tools/common/gcc-static.xml" 47 39 xpointer="xpointer(//*[@os='ah'])"/> 48 49 <para os="cf">Also, we need to set the directory searched by the fixincludes50 process for system headers, so it won't look at the host's headers:</para>51 52 <screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}53 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \54 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>55 40 56 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 56 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 72 57 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 73 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 74 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 75 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \ 76 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 58 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 59 --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \ 60 --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \ 61 --disable-libstdcxx-pch --enable-cloog-backend=isl --with-system-zlib \ 62 --with-native-system-header-dir=/tools/include --disable-libssp \ 63 --disable-install-libiberty --disable-cloog-version-check \ 64 --enable-checking=release --enable-libstdcxx-time</userinput></screen> 77 65 78 66 <variablelist os="cl"> … … 94 82 95 83 <screen os="ts2"><userinput>cp -v Makefile{,.orig} 96 sed "/^HOST_\(GMP\| PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \84 sed "/^HOST_\(GMP\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \ 97 85 Makefile.orig > Makefile</userinput></screen> 98 86
Note:
See TracChangeset
for help on using the changeset viewer.