Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
07b2c96
Parents:
7610848
git-author:
Thomas Trepl <thomas@…> (06/29/2020 08:18:13 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r7610848 re454a54  
    158158  the ability to compile programs, run the following:</para>
    159159
    160 <!-- ANY additional lines in the script cause a pdf rendering problem-->
    161160<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
    162161<literal>#!/bin/bash
     
    209208makeinfo --version | head -n1  # texinfo version
    210209xz --version | head -n1
    211 <?hard-pagebreak?>
     210
    212211echo 'int main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c
    213212if [ -x dummy ]
Note: See TracChangeset for help on using the changeset viewer.