M.Canales.es wrote:
El Jueves, 27 de Julio de 2006 22:42, George Boudreau escribió:

....
     --with-dynamic-linker=/tools/lib/
<literal condition="glibc">ld-linux.so.2</literal>
<literal condition="uclibc">ld-uClibc.so.0</literal> --with-nostdinc \
     --with-lib-path=/tools/lib --disable-libstdcxx-pch \
     --enable-checking --enable-werror-always</userinput></screen>
....

Try adding this to hlfs.xsl:

  <xsl:template match="literal">
    <xsl:if test="@condition=$model or not(@condition)>
      <xsl:apply-templates/>
    </xsl:if>
  </xsl:template>
missing a <"> but it works great, thanks. Now to sort out a cocoon-toolchain issue. Is it jhalfs or the book??


--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to