Changeset 6a043e2 for BOOK/prologue/common
- Timestamp:
- Aug 27, 2008, 11:51:20 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ddbac3c
- Parents:
- 5df4d80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/hostreqs.xml
r5df4d80 r6a043e2 69 69 70 70 <listitem> 71 <para><emphasis role="strong">GMP-4.1</emphasis></para> 72 </listitem> 73 74 <listitem> 71 75 <para><emphasis role="strong">Grep-2.5</emphasis></para> 72 76 </listitem> … … 78 82 <listitem> 79 83 <para><emphasis role="strong">Make-3.79.1</emphasis></para> 84 </listitem> 85 86 <listitem> 87 <para><emphasis role="strong">MPFR-2.3.0</emphasis></para> 80 88 </listitem> 81 89 … … 115 123 gcc --version | head -n1 116 124 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7 125 echo -n "GMP: "; strings /usr/lib*/libgmp.so 2>/dev/null | grep ^jw | uniq 117 126 grep --version | head -n1 118 127 gzip --version | head -n1 119 128 make --version | head -n1 129 echo -n "MPFR: "; grep VERSION_STRING /usr/include/mpfr.h | cut -d\" -f2 120 130 tic -V 121 131 patch --version | head -n1
Note:
See TracChangeset
for help on using the changeset viewer.