Add code to download clang in BLFS tools
This commit is contained in:
parent
179ae85718
commit
ba57e61b6c
1 changed files with 6 additions and 0 deletions
|
@ -265,6 +265,12 @@ fi
|
||||||
mode="package"/>
|
mode="package"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- Additional package information -->
|
<!-- Additional package information -->
|
||||||
|
<!-- special case for llvm -->
|
||||||
|
<xsl:when test="contains(string(),'Optional Download')">
|
||||||
|
<xsl:apply-templates select="following-sibling::itemizedlist"
|
||||||
|
mode="additional"/>
|
||||||
|
</xsl:when>
|
||||||
|
<!-- All other additional packages have "Additional" -->
|
||||||
<xsl:when test="contains(string(),'Additional')">
|
<xsl:when test="contains(string(),'Additional')">
|
||||||
<xsl:apply-templates select="following-sibling::itemizedlist"
|
<xsl:apply-templates select="following-sibling::itemizedlist"
|
||||||
mode="additional"/>
|
mode="additional"/>
|
||||||
|
|
Reference in a new issue