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>

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to