aboutsummaryrefslogtreecommitdiffstats
path: root/prologue
diff options
context:
space:
mode:
Diffstat (limited to 'prologue')
-rw-r--r--prologue/hostreqs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 795f87370..35fd96284 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -123,6 +123,7 @@
bash --version | head -n1 | cut -d" " -f2-4
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
+bison --version | head -n1
bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6-
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
diff --version | head -n1
@@ -132,7 +133,7 @@ gcc --version | head -n1
/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
grep --version | head -n1
gzip --version | head -n1
-cat /proc/version | head -n1 | cut -d" " -f1-3,5-7
+cat /proc/version | head -n1
make --version | head -n1
patch --version | head -n1
sed --version | head -n1